Skip to content

[Schema Inaccuracy] Invalid example for /enterprises/{enterprise}/apps/installable_organizations/{org}/accessible_repositories response #5058

@rahulsom

Description

@rahulsom

Schema Inaccuracy

This is the JSON ref

#/paths/~1enterprises~1{enterprise}~1apps~1installable_organizations~1{org}~1accessible_repositories/get/responses/200/content/application~1json/examples/default/value 

Unrecognized field "login" (3 known properties: "id", "name", "full_name"])

The example has this

 3: "name" : "Hello World", 4: "full_name" : "octocat/Hello-World" 5: }, { 6: "id" : 2, > 7: "login" : "Goodbye World", 8: "full_name" : "octocat/Goodbye-World" 9: } ] 

Reproduction Steps

I found this in

  • ghec

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions