1{ 2 "id": "Master.json", 3 "type": "object", 4 "datatype": true, 5 "category": "fhir", 6 "properties": { 7 "element": { 8 "$ref": "Element.json" 9 }, 10 "extension": { 11 "type": "array", 12 "items": { 13 "$ref": "Extension.json" 14 } 15 } 16 }, 17 "additionalProperties": false 18} 19