Skip to content

Commit

Permalink
feat(schema): include application events under graph button events (#189
Browse files Browse the repository at this point in the history
)
  • Loading branch information
eeberhard authored Oct 16, 2024
1 parent e708467 commit 89bc260
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
6 changes: 6 additions & 0 deletions schemas/applications/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

Release Versions:

- [2-0-2](#2-0-2)
- [2-0-1](#2-0-1)
- [2-0-0](#2-0-0)
- [1-4-2](#1-4-2)
Expand All @@ -14,6 +15,11 @@ Release Versions:
- [1-1-0](#1-1-0)
- [1-0-0](#1-0-0)

## 2-0-2

This patch includes application events under the graph trigger button events, giving users the option to stop the
application from a trigger button instead of the main application controls in Studio.

## 2-0-1

This patch replaces the version constraint regex for the package dependencies with a simpler and more permissive case.
Expand Down
2 changes: 1 addition & 1 deletion schemas/applications/schema/application.schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "/2-0-1/application.schema.json",
"$id": "/2-0-2/application.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "YAML Application Description",
"description": "An AICA application graph description using YAML syntax.",
Expand Down
3 changes: 3 additions & 0 deletions schemas/applications/schema/buttons.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
"type": "object",
"additionalProperties": false,
"properties": {
"application": {
"$ref": "common/events/application.schema.json"
},
"load": {
"$ref": "common/events/load.schema.json"
},
Expand Down

0 comments on commit 89bc260

Please sign in to comment.