1{
2 "lexicon": 1,
3 "id": "systems.gaze.barometer.host",
4 "defs": {
5 "main": {
6 "type": "record",
7 "key": "any",
8 "record": {
9 "type": "object",
10 "required": ["name", "os"],
11 "properties": {
12 "name": {
13 "type": "string"
14 },
15 "description": {
16 "type": "string"
17 },
18 "os": {
19 "type": "string"
20 }
21 }
22 }
23 }
24 }
25}