1{ 2 "id": "Element.json", 3 "type": "object", 4 "datatype": true, 5 "category": "fhir", 6 "properties": { 7 "id": { 8 "type": "string", 9 "pattern": "[A-Za-z0-9\\-\\.]{1,64}" 10 }, 11 "extension": { 12 "type": "array", 13 "items": { 14 "$ref": "Extension.json" 15 } 16 } 17 }, 18 "additionalProperties": false 19} 20