You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When executing spectral lint -r developer.yaml openapi2.json on the files in the attached spectral.zip I get the following warning:
5:38 warning schemas-upper-camel-case Schemas must be named in UpperCamelCase. Components.schemas.Emissions_EN16258_2012
The JsonPath for that rule is $.components.schemas[*].properties but Components.schemas.Emissions_EN16258_2012 does not match this JsonPath which can be verified by http://jsonpath.com/.
When executing
spectral lint -r developer.yaml openapi2.json
on the files in the attached spectral.zip I get the following warning:5:38 warning schemas-upper-camel-case Schemas must be named in UpperCamelCase. Components.schemas.Emissions_EN16258_2012
The JsonPath for that rule is
$.components.schemas[*].properties
butComponents.schemas.Emissions_EN16258_2012
does not match this JsonPath which can be verified by http://jsonpath.com/.This seems to be a false positive.
spectral.zip
The text was updated successfully, but these errors were encountered: