Closed mikeharder closed 7 months ago
Per https://github.com/OAI/OpenAPI-Specification/blob/main/versions/2.0.md#data-types, I believe we should only validate properties named format if there is a sibling property named type with value "boolean" | "integer" | "number" | "string".
format
type
"boolean" | "integer" | "number" | "string"
Don't forget to bump the version of the ruleset in the package.json
Per https://github.com/OAI/OpenAPI-Specification/blob/main/versions/2.0.md#data-types, I believe we should only validate properties named
format
if there is a sibling property namedtype
with value"boolean" | "integer" | "number" | "string"
.