Skip to content

Commit

Permalink
fix: add schema tags
Browse files Browse the repository at this point in the history
  • Loading branch information
bpapaspyros committed Oct 14, 2024
1 parent 71e03cf commit d8c3c9b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "https://docs.aica.tech/schemas/1-1-1/component.schema.json",
"name": "Template CPP Component",
"description": {
"brief": "Brief description of the component",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "https://docs.aica.tech/schemas/1-1-1/component.schema.json",
"name": "Template CPP Lifecycle Component",
"description": {
"brief": "Brief description of the component",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "https://docs.aica.tech/schemas/1-1-1/component.schema.json",
"name": "Template Python Component",
"description": {
"brief": "Brief description of the component",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "https://docs.aica.tech/schemas/1-1-1/component.schema.json",
"name": "Template Python Lifecycle Component",
"description": {
"brief": "Brief description of the component",
Expand Down

0 comments on commit d8c3c9b

Please sign in to comment.