Skip to content

Commit

Permalink
update specification to take care of Arazzo (Tapestry) name change. (#…
Browse files Browse the repository at this point in the history
…189)

* update specification to take care of Arazzo (Tapestry) name change.

* chore: remove `prerelease` from examples
  • Loading branch information
frankkilcommins authored May 22, 2024
1 parent cd256ae commit 92f574e
Show file tree
Hide file tree
Showing 6 changed files with 79 additions and 88 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
workflowsSpec: 1.0.0
arazzo: 1.0.0
info:
title: Public Zoo API
version: '1.0'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
workflowsSpec: 1.0.0-prerelease
arazzo: 1.0.0
info:
title: PAR, Authorization and Token workflow
version: 1.0.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
workflowsSpec: 1.0.0-prerelease
arazzo: 1.0.0
info:
title: A pet purchasing workflow
summary: This workflow showcases how to purchase a pet through a sequence of API calls
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
workflowsSpec: 1.0.0-prerelease
arazzo: 1.0.0
info:
title: Example OAuth service
version: 1.0.0
Expand All @@ -10,8 +10,8 @@ sourceDescriptions:
type: openapi
# This is how you can reference another workflow file
# - name: sample
# url: ./sample.workflows.yml
# type: workflowSpec
# url: ./sample.arazzo.yml
# type: arazzo

workflows:
- workflowId: refresh-token-flow
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
workflowsSpec: 1.0.0-prerelease
arazzo: 1.0.0
info:
title: Petstore - Apply Coupons
version: 1.0.0
Expand Down
Loading

0 comments on commit 92f574e

Please sign in to comment.