A list of issue link type beans.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/IssueLinkTypes", "title": "IssueLinkTypes", "additionalProperties": false, "description": "A list of issue link type beans.", "properties": { "issueLinkTypes": { "description": "The issue link type bean.", "items": { "$ref": "#/components/schemas/IssueLinkType" }, "readOnly": true, "type": "array", "xml": { "name": "issueLinkTypes" } } }, "type": "object", "xml": { "name": "issueLinkTypes" } }