{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PublishDraftWorkflowScheme", "title": "PublishDraftWorkflowScheme", "additionalProperties": false, "description": "Details about the status mappings for publishing a draft workflow scheme.", "properties": { "statusMappings": { "description": "Mappings of statuses to new statuses for issue types.", "items": { "$ref": "#/components/schemas/StatusMapping" }, "type": "array", "uniqueItems": true } }, "type": "object" }