{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Integration", "title": "Integration", "properties": { "integration_name": { "type": "string" }, "settings": { "$ref": "#/components/schemas/Json" }, "active": { "type": "boolean" }, "id": { "type": "string" } }, "required": [ "id" ], "type": "object", "additionalProperties": false }