Schema Inaccuracy
This is the json ref for the example
#/components/examples/migration-with-short-org-items/value
The field template_repository doesn't exist in the schema, but exists in the example.
Here's a snippet
123: "push" : false,
124: "pull" : true
125: },
126: "allow_rebase_merge" : true,
> 127: "template_repository" : null,
128: "temp_clone_token" : "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
129: "allow_squash_merge" : true,
130: "allow_auto_merge" : false,
131: "delete_branch_on_merge" : true,
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