Details a link group, which defines issue operations.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/LinkGroup", "title": "LinkGroup", "additionalProperties": false, "description": "Details a link group, which defines issue operations.", "properties": { "groups": { "items": { "$ref": "#/components/schemas/LinkGroup" }, "type": "array" }, "header": { "$ref": "#/components/schemas/SimpleLink" }, "id": { "type": "string" }, "links": { "items": { "$ref": "#/components/schemas/SimpleLink" }, "type": "array" }, "styleClass": { "type": "string" }, "weight": { "format": "int32", "type": "integer" } }, "type": "object" }