| 2313 | } |
| 2314 | |
| 2315 | json_spirit::Value_type normJSONType(json_spirit::Value_type type) { |
| 2316 | if (type == json_spirit::int_type) |
| 2317 | return json_spirit::real_type; |
| 2318 | return type; |
| 2319 | } |
| 2320 | |
| 2321 | void schemaCoverage(std::string const& spath, bool covered) { |
| 2322 | static std::map<bool, std::set<std::string>> coveredSchemaPaths; |