{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "IntegrationPairResponse", "type": "object", "properties": { "pair": { "description": "Pair data", "allOf": [ { "$ref": "#/components/schemas/PairEntity" } ] } }, "required": [ "pair" ] }