We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is the json ref:
#/paths/~1repos~1{owner}~1{repo}~1replicas~1caches/get/responses/200/content/application~1json/examples/default/value
The field spec is
"git": { "type": "object", "properties": { "sync_status": { "type": "string", "enum": [ "offline", "inactive", "in_sync", "not_in_sync" ] }, "last_sync": { "type": "string", "format": "date-time" } }, "required": [ "sync_status", "last_sync" ] }
The example is
"git": [ { "sync_status": "in_sync" }, { "last_sync": "2022-01-10T19:33:52Z" } ]
I looked at GHES-3.12, GHES-3.13, GHES-3.14, GHES-3.15.
The example should have an object or the type spec should have a list.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Schema Inaccuracy
This is the json ref:
The field spec is
The example is
I looked at GHES-3.12, GHES-3.13, GHES-3.14, GHES-3.15.
Expected
The example should have an object or the type spec should have a list.
Reproduction Steps
The text was updated successfully, but these errors were encountered: