https://github.com/frankkilcommins/arazzo-snippets-and-images
Little code snippets and images used for Arazzo content
https://github.com/frankkilcommins/arazzo-snippets-and-images
arazzo arazzo-specification openapi
Last synced: 6 months ago
JSON representation
Little code snippets and images used for Arazzo content
- Host: GitHub
- URL: https://github.com/frankkilcommins/arazzo-snippets-and-images
- Owner: frankkilcommins
- License: apache-2.0
- Created: 2025-01-30T16:54:54.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-01-31T11:04:06.000Z (8 months ago)
- Last Synced: 2025-01-31T12:19:12.504Z (8 months ago)
- Topics: arazzo, arazzo-specification, openapi
- Homepage:
- Size: 2.48 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Arazzo Specification Snippets and Images
This repo contains little Arazzo Specification YAML snippets. The snippets have been converted to PNG using [ray.so](https://www.ray.so/).
Additionally, there is an image overview of the Arazzo Specification, which was created using [Excalidraw](https://excalidraw.com/) and the raw `.exacalidraw` file is maintained here.
## Usage
Feel free to use or extend this work (referencing to this repo is preferred). PRs back with more examples are much appreciated 💚.
🌟 the repo if it's been useful for your work.
## Contents
| Name | Image | Metadata / Snippet YAML |
|------|-------|-------------------------|
|Arazzo Specification 1.0.1 Overview|  | [excalidraw snippet](./excalidraw/Arazzo-1.0.1.excalidraw) |
|Arazzo Specification Object Example | .png) | [YAML](./snippets/arazzo.yaml) |
| Arazzo Info Object Example |  | [YAML](./snippets/info.yaml) |
| Arazzo Source Descriptions Example |  | [YAML](./snippets/sourceDescriptions.yaml) |
| Arazzo Workflows Example |  | [YAML](./snippets/workflowsObj.yaml) |
| Arazzo Workflow Inputs Example |  | [YAML](./snippets/inputs.yaml) |
| Arazzo Steps Example |  | [YAML](./snippets/steps.yaml) |
| Arazzo Step Parameters Example |  | [YAML](./snippets/parameters.yaml) |
| Arazzo Step Success Criteria Example |  | [YAML](./snippets/successCriteria.yaml) |
| Arazzo Failure Action Example |  | [YAML](./snippets/failureAction.yaml) |
| Arazzo Success Action Example |  | [YAML](./snippets/successAction.yaml) |
| Arazzo Step Outputs Example |  | [YAML](./snippets/stepOutputs.yaml) |
| Arazzo Workflow Outputs Example |  | [YAML](./snippets/outputs.yaml) |