{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/RequiredMappingByIssueType",
"title": "RequiredMappingByIssueType",
"additionalProperties": false,
"description": "The list of required status mappings by issue type.",
"properties": {
"issueTypeId": {
"description": "The ID of the issue type.",
"type": "string"
},
"statusIds": {
"description": "The status IDs requiring mapping.",
"items": {
"description": "The status IDs requiring mapping.",
"type": "string"
},
"type": "array",
"uniqueItems": true
}
},
"type": "object"
}