Skip to content

Commit

Permalink
Update broken schema (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlycoconuts authored Aug 5, 2024
1 parent cb06eda commit 6ef47af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/turing/manager/experiment_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const xpExperimentConfigSchema = `[
"variables": [["yup.array"], ["yup.of", [["yup.object"], ["yup.shape",
{
"name": [["yup.string"], ["yup.required"]],
"field": ["yup.string"],
"field": [["yup.string"]],
"field_source": [["yup.string"],
["yup.required"],
["yup.oneOf", ["none", "header", "payload"], "One of the supported field sources should be selected"]]
Expand Down

0 comments on commit 6ef47af

Please sign in to comment.