{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://reactome.org/schemas/content-service/FireworksOccurrencesResult", "title": "FireworksOccurrencesResult", "type": "object", "properties": { "interactsWith": { "type": "array", "items": { "type": "string" } }, "llps": { "type": "array", "items": { "type": "string" } } } }