Schema Inaccuracy
This is the json ref for the example
#/components/examples/codespace-with-full-repository/value
The field subscribers_count doesn't exist in the schema, but exists in the example.
Here's a snippet
288: "allow_squash_merge" : true,
289: "allow_auto_merge" : false,
290: "delete_branch_on_merge" : true,
291: "allow_merge_commit" : true,
> 292: "subscribers_count" : 42,
293: "network_count" : 0
294: },
295: "temp_clone_token" : "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
296: "allow_squash_merge" : true,
Expected
The schema and example are in sync
Reproduction Steps
I could reproduce this in