{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://reactome.org/schemas/analysis-service/MappedEntity", "title": "MappedEntity", "type": "object", "properties": { "identifier": { "type": "string" }, "mapsTo": { "uniqueItems": true, "type": "array", "items": { "$ref": "#/components/schemas/MappedIdentifier" } } } }