blob: 4c35adb5cd7b8c85ef480140d24e2527c7012f90 [file] [log] [blame]
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"dictionary": {
"type": "object",
"patternProperties": {
"^[a-zA-Z0-9]{1,10}$": { "type": "string" }
},
"additionalProperties": false
}
},
"additionalProperties": false
}