Skip to content

Commit

Permalink
fix: var_subkey schema
Browse files Browse the repository at this point in the history
  • Loading branch information
pd93 committed May 10, 2024
1 parent 36dd71b commit ced3e7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/static/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -285,9 +285,9 @@
"yaml": {
"type": "string",
"description": "The value will parsed as a YAML string and stored in the variable"
},
"additionalProperties": false
}
}
},
"additionalProperties": false
},
"task_call": {
"type": "object",
Expand Down

0 comments on commit ced3e7a

Please sign in to comment.