{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/WorkflowSchemeUpdateRequiredMappingsResponse", "title": "WorkflowSchemeUpdateRequiredMappingsResponse", "additionalProperties": false, "properties": { "statusMappingsByIssueTypes": { "description": "The list of required status mappings by issue type.", "items": { "$ref": "#/components/schemas/RequiredMappingByIssueType" }, "type": "array", "uniqueItems": true }, "statusMappingsByWorkflows": { "description": "The list of required status mappings by workflow.", "items": { "$ref": "#/components/schemas/RequiredMappingByWorkflows" }, "type": "array", "uniqueItems": true }, "statuses": { "description": "The details of the statuses in the associated workflows.", "items": { "$ref": "#/components/schemas/StatusMetadata" }, "type": "array", "uniqueItems": true }, "statusesPerWorkflow": { "description": "The statuses associated with each workflow.", "items": { "$ref": "#/components/schemas/StatusesPerWorkflow" }, "type": "array", "uniqueItems": true } }, "type": "object" }