{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ContainerOfWorkflowSchemeAssociations", "title": "ContainerOfWorkflowSchemeAssociations", "additionalProperties": false, "description": "A container for a list of workflow schemes together with the projects they are associated with.", "properties": { "values": { "description": "A list of workflow schemes together with projects they are associated with.", "items": { "$ref": "#/components/schemas/WorkflowSchemeAssociations" }, "type": "array" } }, "required": [ "values" ], "type": "object" }