Skip to content

[Schema Inaccuracy] Missing pinned-issue-comment schema referenced by issue-comment.pin property #5938

@rahulsom

Description

@rahulsom

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions