AARCHMRS Schema 2.7.4

↚ Home

Mapset array

An array of mappings, used to map two registers or RegisterBlocks together.

array

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

{
  "info": [
    "An array of mappings, used to map two registers or RegisterBlocks together."
  ],
  "items": {
    "oneOf": [
      {
        "$ref": "Mapping/RegisterMapping.json"
      },
      {
        "$ref": "Mapping/RegisterBlockMapping.json"
      },
      {
        "$ref": "Mapping/Map.json"
      },
      {
        "$ref": "Mapping/MapArray.json"
      }
    ]
  },
  "title": "Mapset",
  "type": "array",
  "$schema": "http://json-schema.org/draft-04/schema#",
  "additionalItems": false
}