{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://reactome.org/schemas/content-service/ComponentOf", "title": "ComponentOf", "type": "object", "properties": { "names": { "type": "array", "items": { "type": "string" } }, "schemaClasses": { "type": "array", "items": { "type": "string" } }, "species": { "type": "array", "items": { "type": "string" } }, "stIds": { "type": "array", "items": { "type": "string" } }, "type": { "type": "string" } } }