{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/IntegrationSystem", "title": "IntegrationSystem", "type": "object", "properties": { "id": { "type": "string" }, "descriptor": { "type": "string" }, "integrationSystemName": { "type": "string" }, "template": { "$ref": "#/components/schemas/ResourceReference" }, "isActive": { "type": "boolean" }, "lastRunDateTime": { "type": "string", "format": "date-time" } } }