Danny Robson
94640d00f0
Schemas can insert default values, so we need to be able to test the resultant files.
8 lines
124 B
JSON
8 lines
124 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-04/schema#",
|
|
|
|
"type": "string",
|
|
"minLength": 2,
|
|
"maxLength": 6
|
|
}
|