An array of mappings, used to map two registers or RegisterBlocks together.
{
"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
}