1{ 2 "lexicon": 1, 3 "id": "com.example.invalid", 4 "defs": { 5 "main": { 6 "type": "record", 7 "key": "tid", 8 "record": { 9 "type": "object", 10 "properties": {} 11 } 12 }, 13 "badDef": { 14 "type": "string", 15 "minLength": 10, 16 "maxLength": 5 17 } 18 } 19}