{ "lexicon": 1, "id": "systems.gaze.barometer.service", "defs": { "main": { "type": "record", "key": "any", "record": { "type": "object", "required": ["name"], "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "appUri": { "type": "string", "format": "uri" }, "hostedBy": { "type": "string", "format": "at-uri" }, "currentState": { "type": "string", "format": "at-uri" } } } } } }