Skip to content

Commit 271042c

Browse files
committed
First draft to unify /processes and /process_graphs #310
1 parent 8476eff commit 271042c

File tree

3 files changed

+270
-132
lines changed

3 files changed

+270
-132
lines changed

.spectral.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ except:
66
- oas3-valid-schema-example
77
"openapi.yaml#/paths/~1processes/get/responses/200/content/application~1json/example":
88
- oas3-valid-oas-content-example
9-
"openapi.yaml#/paths/~1process_graphs/get/responses/200/content/application~1json/example":
9+
"openapi.yaml#/paths/~1processes~1{namespace}/get/responses/200/content/application~1json/example":
1010
- oas3-valid-oas-content-example
1111
"openapi.yaml#/paths/~1service_types/get/responses/200/content/application~1json/example":
1212
- oas3-valid-oas-content-example
@@ -17,6 +17,7 @@ rules:
1717
contact-properties: true
1818
tag-description: true
1919
oas3-parameter-description: true
20+
operation-2xx-response: off # remove this line once /process_graphs/... endpoints have been removed
2021
operation-summary-formatted:
2122
description: Operation `summary` should start with upper case and not end with a dot.
2223
recommended: true

0 commit comments

Comments
 (0)