Skip to content
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

Process unification #310 #348

Draft
wants to merge 10 commits into
base: draft
Choose a base branch
from
3 changes: 2 additions & 1 deletion .spectral.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ except:
- oas3-valid-schema-example
"openapi.yaml#/paths/~1processes/get/responses/200/content/application~1json/example":
- oas3-valid-oas-content-example
"openapi.yaml#/paths/~1process_graphs/get/responses/200/content/application~1json/example":
"openapi.yaml#/paths/~1processes~1{namespace}/get/responses/200/content/application~1json/example":
- oas3-valid-oas-content-example
"openapi.yaml#/paths/~1service_types/get/responses/200/content/application~1json/example":
- oas3-valid-oas-content-example
Expand All @@ -17,6 +17,7 @@ rules:
contact-properties: true
tag-description: true
oas3-parameter-description: true
operation-2xx-response: off # remove this line once /process_graphs/... endpoints have been removed
oas3-unused-components-schema: false # Broken: https://github.com/stoplightio/spectral/issues/1271
operation-summary-formatted:
description: Operation `summary` should start with upper case and not end with a dot.
Expand Down
Loading