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