AARCHMRS Schema 2.7.4

↚ Home

Enums.ReservedTypes *

This represents any ReservedType specified in the ArmARM.

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

{
  "additionalProperties": false,
  "info": [
    "This represents any ReservedType specified in the ArmARM."
  ],
  "enum": [
    "RES0",
    "RES0H",
    "RES1",
    "RAZ",
    "RAO",
    "WI",
    "RW",
    "RAZ/WI",
    "RAO/WI",
    "RAZ/SBZ",
    "UNKNOWN",
    "RESS"
  ],
  "$schema": "http://json-schema.org/draft-04/schema#",
  "title": "Enums.ReservedTypes"
}