{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/Operations",
"title": "Operations",
"additionalProperties": true,
"description": "Details of the operations that can be performed on the issue.",
"properties": {
"linkGroups": {
"description": "Details of the link groups defining issue operations.",
"items": {
"$ref": "#/components/schemas/LinkGroup"
},
"readOnly": true,
"type": "array"
}
},
"type": "object"
}