libcruft-util/test/json/schema/string_length/schema.json
Danny Robson 94640d00f0 json: rearrange schema test to allow for modified output
Schemas can insert default values, so we need to be able to test the
resultant files.
2018-07-05 15:02:14 +10:00

8 lines
124 B
JSON

{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "string",
"minLength": 2,
"maxLength": 6
}