Schema Inaccuracy
This is the json ref for the example
#/components/examples/environments/value
Schema and example mismatch. The expected type is boolean, but the value is "trues".
Here's a snippet
62: "type" : "branch_policy"
63: } ],
64: "deployment_branch_policy" : {
65: "protected_branches" : false,
> 66: "custom_branch_policies" : "trues"
67: }
68: } ],
69: "total_count" : 1
70: }
Expected
The schema and example are in sync
Reproduction Steps
I could reproduce this in
- ghes-3.14
- ghes-3.15
- ghes-3.16
- ghes-3.17
- ghes-3.18