Schema Inaccuracy
This is the json ref for the example
#/components/examples/ghes-license-check/value
Schema and example mismatch. The schema suggests an element. The example has an array.
Here's a snippet
> 1: [ {
2: "status" : "valid"
3: } ]
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