Skip to content

Commit

Permalink
XX
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Ballance <[email protected]>
  • Loading branch information
mballance committed Jan 8, 2025
1 parent db8c684 commit 9053d89
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions src/dv_flow_mgr/share/flow.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,17 @@
"description": "Flow-specification schema",
"type": "object",
"properties": {
"package": {
"$ref": "#/defs/package-def"
},
"fragment": {
"$ref": "#/defs/fragment-def"
},
"oneOf": [
{"required": ["package"]},
{"required": ["fragment"]}
{
"package": {
"$ref": "#/defs/package-def"
}
},
{
"fragment": {
"$ref": "#/defs/fragment-def"
}
}
]
},
"defs": {
Expand Down

0 comments on commit 9053d89

Please sign in to comment.