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

8 lines
124 B
Plaintext

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