{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Integration", "title": "Integration", "type": "object", "properties": { "id": { "type": "integer" }, "name": { "type": "string" }, "masterIntegrationId": { "type": "integer" }, "masterIntegrationName": { "type": "string" }, "projectId": { "type": "integer" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" } } }