1{ 2 "lexicon": 1, 3 "id": "blue.zio.atfile.lock", 4 "defs": { 5 "main": { 6 "type": "record", 7 "description": "A reference to a locked file.", 8 "key": "any", 9 "record": { 10 "type": "object", 11 "properties": { 12 "lock": { 13 "type": "boolean" 14 } 15 } 16 } 17 } 18 } 19 } 20