Skip to content

Commit

Permalink
test again2
Browse files Browse the repository at this point in the history
  • Loading branch information
jjenscodee committed Jan 15, 2024
1 parent 2cf3b19 commit 4e1ddd7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/bundle-schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ jobs:
-H ci/update-schemas \
--title 'Update schemas' \
--body 'This PR was automatically created by GitHub actions in response to schema changes. Please review and update any impacted code before merging the changes.' \
--reviewer jjenscodee \
--reviewer domire8 \
--reviewer eeberhard \
2>&1
) || echo "::warning::Error creating the PR: $MESSAGE"
env:
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": "/0-1-0/application.schema.json",
"$id": "/1-1-0/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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "/0-0-0/component.schema.json",
"$id": "/1-0-0/component.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Dynamic Component Description",
"description": "A full description of a dynamic component in the AICA application framework.",
Expand Down

0 comments on commit 4e1ddd7

Please sign in to comment.