{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PriorityId", "title": "PriorityId", "additionalProperties": true, "description": "The ID of an issue priority.", "properties": { "id": { "description": "The ID of the issue priority.", "readOnly": true, "type": "string" } }, "required": [ "id" ], "type": "object" }