{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/IntegrationSubscriptions", "title": "IntegrationSubscriptions", "type": "object", "description": "A collection of integration audit log subscriptions.", "properties": { "items": { "type": "array", "description": "The list of integration subscriptions.", "items": { "type": "object", "properties": { "_id": { "type": "string", "description": "The subscription identifier." }, "name": { "type": "string", "description": "The subscription name." }, "_links": { "$ref": "#/components/schemas/Links" } } } } } }