The reset value is architecturally UNKNOWN.
An implementation may choose to refine this, otherwise the reset value is UNKNOWN.
| Properties | Type | Description |
|---|---|---|
| _meta | Meta |
Metadata
See
Meta
for more information.
|
| _type |
|
|
|
||
|
||
{
"_type": "Resets.ArchitecturallyUnknown"
}
{
"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`."
]
}