1{ 2 "lexicon": 1, 3 "id": "blue.zio.atfile.meta", 4 "defs": { 5 "unknown": { 6 "type": "object", 7 "description": "Unknown metadata for an uploaded file.", 8 "properties": { 9 "reason": { 10 "type": "string" 11 } 12 } 13 } 14 } 15}