Skip to content

Commit

Permalink
Add for_each to schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Prescod committed Apr 26, 2023
1 parent 23fc62e commit 5d588c9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions schema/snowfakery_recipe.jsonschema.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,14 @@
}
]
},
"for_each": {
"type": "object",
"anyOf": [
{
"$ref": "#/$defs/var"
}
]
},
"fields": {
"type": "object",
"additionalProperties": true
Expand Down

0 comments on commit 5d588c9

Please sign in to comment.