{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://reactome.org/schemas/analysis-service/ExternalMainIdentifier", "title": "ExternalMainIdentifier", "type": "object", "properties": { "id": { "type": "string" }, "resource": { "type": "string" } } }