{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://reactome.org/schemas/content-service/PsicquicResource", "title": "PsicquicResource", "type": "object", "properties": { "active": { "type": "boolean" }, "name": { "type": "string" }, "restURL": { "type": "string" }, "soapURL": { "type": "string" } } }