{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Integrations", "title": "Integrations", "x-internal": true, "allOf": [ { "type": "object", "properties": { "results": { "type": "array", "items": { "$ref": "#/components/schemas/Integration" } } } }, { "$ref": "#/components/schemas/PagingInfo" } ] }