{ "$schema": "https://json-structure.org/meta/extended/v0/#", "name": "IntegrationResponse", "type": "record", "fields": [ { "name": "statusCode", "type": "string" }, { "name": "selectionPattern", "type": "string" }, { "name": "responseParameters", "type": "object" }, { "name": "responseTemplates", "type": "object" }, { "name": "contentHandling", "type": "string" } ] }