Skip to content

Commit 742e6fa

Browse files
committed
Update to support Arazzo v1.0.0
1 parent 7037882 commit 742e6fa

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/test/resources/1.0.0/pet-coupons.workflow.yaml renamed to src/test/resources/1.0.0/pet-coupons.arazzo.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
workflowsSpec: 1.0.0-prerelease
1+
arazzo: 1.0.0
22
info:
33
title: Petstore - Apply Coupons
44
version: 1.0.0
@@ -70,9 +70,9 @@ workflows:
7070
- name: status
7171
in: query
7272
value: "available"
73-
- name: $components.parameters.page
73+
- reference: $components.parameters.page
7474
value: 1
75-
- name: $components.parameters.pageSize
75+
- reference: $components.parameters.pageSize
7676
value: 10
7777
successCriteria:
7878
- condition: $statusCode == 200

src/test/resources/1.0.0/simple.workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
workflowsSpec: 1.0.0
1+
arazzo: 1.0.0
22
info:
33
title: simple
44
version: v1

src/test/resources/1.0.0/workflow.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"workflowsSpec": "1.0.0",
2+
"arazzo": "1.0.0",
33
"info": {
44
"title": "simple",
55
"version": "v1",

0 commit comments

Comments
 (0)