AARCHMRS Schema 2.7.4

↚ Home

Resets.ArchitecturallyUnknown object

The reset value is architecturally UNKNOWN.

An implementation may choose to refine this, otherwise the reset value is UNKNOWN.

object

Properties Type Description
_meta Meta

Metadata

See Meta for more information.
_type
Enum
Resets.ArchitecturallyUnknown
Additional Properties
Not Allowed
◊ Required
Properties marked with ◊ are required properties.
Examples
{
    "_type": "Resets.ArchitecturallyUnknown"
}

Schema http://json-schema.org/draft-04/schema#

{
  "additionalProperties": false,
  "examples": [
    {
      "_type": "Resets.ArchitecturallyUnknown"
    }
  ],
  "properties": {
    "_meta": {
      "$ref": "../Meta.json",
      "info": [
        "Metadata"
      ]
    },
    "_type": {
      "enum": [
        "Resets.ArchitecturallyUnknown"
      ]
    }
  },
  "title": "ArchitecturallyUnknown",
  "type": "object",
  "$schema": "http://json-schema.org/draft-04/schema#",
  "info": [
    "The reset value is architecturally `UNKNOWN`.",
    "An implementation may choose to refine this, otherwise the reset value is `UNKNOWN`."
  ]
}