AARCHMRS Schema 2.7.4

↚ Home

Resets.Unknown object

The reset value is UNKNOWN. On a cold reset this is the default behavior when no reset is defined.

object

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

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

{
  "additionalProperties": false,
  "examples": [
    {
      "_type": "Resets.Unknown"
    }
  ],
  "properties": {
    "_meta": {
      "$ref": "../Meta.json"
    },
    "_type": {
      "enum": [
        "Resets.Unknown"
      ]
    }
  },
  "title": "Unknown",
  "type": "object",
  "$schema": "http://json-schema.org/draft-04/schema#",
  "info": [
    [
      "The reset value is `UNKNOWN`. On a cold reset this is the default behavior when ",
      "no reset is defined."
    ]
  ]
}