Skip to content

Commit

Permalink
First draft to unify /processes and /process_graphs #310
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Dec 7, 2020
1 parent 8476eff commit 3510d64
Show file tree
Hide file tree
Showing 3 changed files with 268 additions and 132 deletions.
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
operation-summary-formatted:
description: Operation `summary` should start with upper case and not end with a dot.
recommended: true
Expand Down
Loading

0 comments on commit 3510d64

Please sign in to comment.