{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://reactome.org/schemas/content-service/ShortCrossReference", "title": "ShortCrossReference", "type": "object", "properties": { "databaseName": { "type": "string" }, "identifier": { "type": "string" }, "url": { "type": "string" } } }