Class JsonKey

java.lang.Object
com.example.metaschema.JsonKey
All Implemented Interfaces:
gov.nist.secauto.metaschema.core.model.IBoundObject

@MetaschemaAssembly(formalName="JSON Key", description="Used in JSON (and similar formats) to identify a flag that will be used as the property name in an object hold a collection of sibling objects. Requires that siblings must never share `json-key` values.", name="json-key", moduleClass=MetaschemaModelModule.class) public class JsonKey extends Object implements gov.nist.secauto.metaschema.core.model.IBoundObject
Used in JSON (and similar formats) to identify a flag that will be used as the property name in an object hold a collection of sibling objects. Requires that siblings must never share json-key values.
  • Constructor Details

    • JsonKey

      public JsonKey()
    • JsonKey

      public JsonKey(gov.nist.secauto.metaschema.core.model.IMetaschemaData data)
  • Method Details