{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ListIntegrationVersionsResponse", "title": "ListIntegrationVersionsResponse", "type": "object", "properties": { "integrationVersions": { "type": "array", "items": { "$ref": "#/components/schemas/IntegrationVersion" } }, "nextPageToken": { "type": "string" }, "noPermission": { "type": "boolean" } } }