{ "$schema": "http://json-schema.org/schema#", "$schemaVersion": "0.0.1", "$id": "https://smart-data-models.github.io/dataModel.Organization/Person/schema.json", "title": "Smart Data Models - Person", "description": "A person (alive, dead, undead, or fictional) mapped from schema.org", "modelTags": "", "derivedFrom": "https://schema.org/Person", "license": "", "type": "object", "allOf": [ { "$ref": "https://smart-data-models.github.io/data-models/common-schema.json#/definitions/GSMA-Commons" }, { "$ref": "https://smart-data-models.github.io/data-models/common-schema.json#/definitions/Location-Commons" }, { "$ref": "https://smart-data-models.github.io/data-models/common-schema.json#/definitions/Person-Commons/properties/person" }, { "properties": { "type": { "type": "string", "enum": [ "Person" ], "description": "Property. It must be equal to Person. NGSI type" } } } ], "required": [ "id", "type" ] }