[Schema Inaccuracy] Wrong typed default
values are used in string
type.
#3878
Labels
default
values are used in string
type.
#3878
Schema Inaccuracy
The
default
value must be"true"
considering itstype
andenum
properties, but boolean value being used.Here is the detailed paths:
"$input.paths[\"/repos/{owner}/{repo}/releases\"].post.requestBody.content[\"application/json\"].schema.properties.make_latest[\"default\"]"
"$input.paths[\"/repos/{owner}/{repo}/releases/{release_id}\"].patch.requestBody.content[\"application/json\"].schema.properties.make_latest[\"default\"]"
Expected
Change the
true
default value to"true"
as string type.Reproduction Steps
Visit one of below link, and click "execute" button. Then Github OpenAPI documents would be validated.
descriptions/api.github.com/api.github.com.json
descriptions/ghes-3.14/ghes-3.14.json
descriptions-next/ghes-3.14/ghes-3.14.json
The text was updated successfully, but these errors were encountered: