Schema Inaccuracy
The issue-comment schema in descriptions-next has a pin property that references #/components/schemas/pinned-issue-comment, but this schema does not exist.
In the issue-comment schema:
{
"title": "Issue Comment",
"type": "object",
"properties": {
...
"pin": {
"anyOf": [
{ "type": "null" },
{ "$ref": "#/components/schemas/pinned-issue-comment" }
]
}
}
}
Expected
A schema called pinned-issue-component is defined
Reproduction Steps
I could see this in
- fpt
- ghec
- ghec-3.14
- ghes-3.15
- ghes-3.16
- ghes-3.17
- ghes-3.18
- ghes-3.19