# 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