Skip to content

Commit

Permalink
feat: add YaWL specification
Browse files Browse the repository at this point in the history
  • Loading branch information
DavyJohnes committed Sep 11, 2024
1 parent 9e125cc commit 7e5083e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/api/json/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -6847,6 +6847,15 @@
"description": "Metadata for a Cinnamon spice",
"fileMatch": ["**/*@*/**/metadata.json"],
"url": "https://raw.githubusercontent.com/cinnamon-spice-metadata.json"
},
{
"name": "Yandex Workflow Language",
"description": "YaWL specification file",
"fileMatch": [
"*.yawl.yaml",
"*.yawl.yml"
],
"url": "https://raw.githubusercontent.com/yandex-cloud/json-schema-store/master/serverless/workflows/yawl.json"
}
]
}

0 comments on commit 7e5083e

Please sign in to comment.