Skip to content

Commit

Permalink
Deploying to gh-pages from @ 120c775 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
mballance committed Jan 8, 2025
1 parent 2f12486 commit 6470e76
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions flow.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,24 @@
"title": "Flow-specification schema",
"description": "Flow-specification schema",
"type": "object",
"properties": {
"oneOf": [
{
"oneOf": [
{
"properties": {
"package": {
"$ref": "#/defs/package-def"
"$ref": "#/defs/package-def",
"title": "Package Definition",
"description": "Package Definition"
}
},
{
}
},
{
"properties": {
"fragment": {
"$ref": "#/defs/fragment-def"
}
}
]
},
}
],
"defs": {

"package-def": {
Expand Down

0 comments on commit 6470e76

Please sign in to comment.