libcruft-util/test/json/schema/string_length/schema.json

8 lines
124 B
JSON
Raw Normal View History

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