diff options
Diffstat (limited to 'common/json-schema-to-grammar.h')
-rw-r--r-- | common/json-schema-to-grammar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/json-schema-to-grammar.h b/common/json-schema-to-grammar.h index 2e4c6ade..e1abed30 100644 --- a/common/json-schema-to-grammar.h +++ b/common/json-schema-to-grammar.h @@ -1,4 +1,4 @@ #pragma once #include "json.hpp" -std::string json_schema_to_grammar(const nlohmann::json& schema); +std::string json_schema_to_grammar(const nlohmann::ordered_json& schema); |