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