Skip to content

[Schema Inaccuracy] Example and schema mismatch for #/paths/~1repos~1{owner}~1{repo}~1check-suites~1{check_suite_id}~1check-runs/get #5621

@rahulsom

Description

@rahulsom

Schema Inaccuracy

This is the json ref for the example

#/components/examples/check-run-paginated/value

The field single_file doesn't exist in the schema, but exists in the example.

Here's a snippet

   55:       "permissions" : {
   56:         "metadata" : "read",
   57:         "contents" : "read",
   58:         "issues" : "write",
>  59:         "single_file" : "write"
   60:       },
   61:       "events" : [ "push", "pull_request" ]
   62:     },
   63:     "pull_requests" : [ {

Expected

The schema and example are in sync

Reproduction Steps

I could reproduce this in

  • fpt
  • ghec
  • ghes-3.14
  • ghes-3.15
  • ghes-3.16
  • ghes-3.17
  • ghes-3.18

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