Skip to content

Commit

Permalink
Fix json schema syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
olofk committed Jan 8, 2025
1 parent d3aa791 commit 1596acb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions fusesoc/capi2/json_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,10 +238,10 @@
},
"^tags$": {
"description": "Default tags for files in fileset",
"type": "array",
"items": {
"type": "string"
}
"type": "array",
"items": {
"type": "string"
}
},
"^files(_append)?$": {
"description": "Files in fileset",
Expand Down Expand Up @@ -275,7 +275,7 @@
},
{
"type": "boolean"
},
}
]
}
}
Expand Down

0 comments on commit 1596acb

Please sign in to comment.