{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/WorkflowTransitionProperty",
"title": "WorkflowTransitionProperty",
"additionalProperties": true,
"description": "Details about the server Jira is running on.",
"properties": {
"id": {
"description": "The ID of the transition property.",
"readOnly": true,
"type": "string"
},
"key": {
"description": "The key of the transition property. Also known as the name of the transition property.",
"readOnly": true,
"type": "string"
},
"value": {
"description": "The value of the transition property.",
"type": "string"
}
},
"required": [
"value"
],
"type": "object"
}