-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
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
fix a few minor openapi spec issues, upgrade remark and spectral #287
fix a few minor openapi spec issues, upgrade remark and spectral #287
Conversation
@@ -3,6 +3,6 @@ rules: | |||
openapi-tags: off | |||
info-contact: off | |||
oas3-api-servers: off | |||
oas3-unused-components-schema: off | |||
oas3-unused-component: off |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the name of this changed between spectral 5 and 6
children/openapi.yaml
Outdated
@@ -107,16 +107,6 @@ components: | |||
application/json: | |||
schema: | |||
$ref: '#/components/schemas/children' | |||
InvalidParameter: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
latest spectral determined these are unused
We have this configured to fail on warnings now, so putting this in draft until we figure out why the max-line-lenght rule is triggering on tables |
Related Issue(s): n/a
Proposed Changes:
PR Checklist:
stac-spec
directory (these are included as a subtree and should be updated directly in radiantearth/stac-spec)