{ "lexicon": 1, "id": "com.example.user", "defs": { "main": { "type": "record", "key": "tid", "record": { "type": "object", "required": ["handle", "displayName"], "properties": { "handle": { "type": "string", "format": "handle" }, "displayName": { "type": "string", "maxLength": 64 }, "bio": { "type": "string", "maxLength": 256 } } } }, "profile": { "type": "object", "required": ["handle"], "properties": { "handle": { "type": "string", "format": "handle" }, "displayName": { "type": "string" } } } } }