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