{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/IssueEvent",
"title": "IssueEvent",
"additionalProperties": false,
"description": "Details about an issue event.",
"properties": {
"id": {
"description": "The ID of the event.",
"format": "int64",
"readOnly": true,
"type": "integer"
},
"name": {
"description": "The name of the event.",
"readOnly": true,
"type": "string"
}
},
"type": "object"
}