Skip to content

Commit

Permalink
Refactor item_value JSON schema in solver.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardodebenedictis committed Jul 24, 2024
1 parent 8e81f78 commit 6a84f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/solver.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ namespace ratio
{"vals", {{"type", "array"}, {"items", {{"type", "integer"}}}}}}},
{"required", {"type", "var", "vals"}}}}};
const json::json item_value_schema{{"item_value",
{{"type", "item"},
{{"type", "object"},
{"properties",
{{"type", {{"type", "string"}, {"enum", {"item"}}}},
{"val", {{"type", "integer"}}}}},
Expand Down

0 comments on commit 6a84f57

Please sign in to comment.