Schema Inaccuracy
This is the json ref for the example
#/components/examples/ghes-license-info/value
Schema and example mismatch. The example is an array but the schema has an object.
Here's a snippet
> 1: [ {
2: "advancedSecurityEnabled" : true,
3: "advancedSecuritySeats" : 0,
4: "clusterSupport" : false,
5: "company" : "GitHub",
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