annotate avro/CollectorUpdate.avsc @ 2401:561fad2a2859

dmx rate
author drewp@bigasterisk.com
date Fri, 17 May 2024 16:54:12 -0700
parents ef3cde3e81e8
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2395
ef3cde3e81e8 switch collector output from json to avro (still over WS)
drewp@bigasterisk.com
parents:
diff changeset
1 {
ef3cde3e81e8 switch collector output from json to avro (still over WS)
drewp@bigasterisk.com
parents:
diff changeset
2 "namespace": "light9",
ef3cde3e81e8 switch collector output from json to avro (still over WS)
drewp@bigasterisk.com
parents:
diff changeset
3 "type": "record",
ef3cde3e81e8 switch collector output from json to avro (still over WS)
drewp@bigasterisk.com
parents:
diff changeset
4 "name": "CollectorUpdate",
ef3cde3e81e8 switch collector output from json to avro (still over WS)
drewp@bigasterisk.com
parents:
diff changeset
5 "fields": [
ef3cde3e81e8 switch collector output from json to avro (still over WS)
drewp@bigasterisk.com
parents:
diff changeset
6 {
ef3cde3e81e8 switch collector output from json to avro (still over WS)
drewp@bigasterisk.com
parents:
diff changeset
7 "name": "OutputAttrsSet",
ef3cde3e81e8 switch collector output from json to avro (still over WS)
drewp@bigasterisk.com
parents:
diff changeset
8 "type": {
ef3cde3e81e8 switch collector output from json to avro (still over WS)
drewp@bigasterisk.com
parents:
diff changeset
9 "type": "record",
ef3cde3e81e8 switch collector output from json to avro (still over WS)
drewp@bigasterisk.com
parents:
diff changeset
10 "name": "_OutputAttrsSetValue",
ef3cde3e81e8 switch collector output from json to avro (still over WS)
drewp@bigasterisk.com
parents:
diff changeset
11 "fields": [
ef3cde3e81e8 switch collector output from json to avro (still over WS)
drewp@bigasterisk.com
parents:
diff changeset
12 { "name": "dev", "type": "string" },
ef3cde3e81e8 switch collector output from json to avro (still over WS)
drewp@bigasterisk.com
parents:
diff changeset
13 {
ef3cde3e81e8 switch collector output from json to avro (still over WS)
drewp@bigasterisk.com
parents:
diff changeset
14 "name": "attrs",
ef3cde3e81e8 switch collector output from json to avro (still over WS)
drewp@bigasterisk.com
parents:
diff changeset
15 "type": {
ef3cde3e81e8 switch collector output from json to avro (still over WS)
drewp@bigasterisk.com
parents:
diff changeset
16 "type": "array",
ef3cde3e81e8 switch collector output from json to avro (still over WS)
drewp@bigasterisk.com
parents:
diff changeset
17 "items": {
ef3cde3e81e8 switch collector output from json to avro (still over WS)
drewp@bigasterisk.com
parents:
diff changeset
18 "type": "record",
ef3cde3e81e8 switch collector output from json to avro (still over WS)
drewp@bigasterisk.com
parents:
diff changeset
19 "name": "Attribute",
ef3cde3e81e8 switch collector output from json to avro (still over WS)
drewp@bigasterisk.com
parents:
diff changeset
20 "fields": [
ef3cde3e81e8 switch collector output from json to avro (still over WS)
drewp@bigasterisk.com
parents:
diff changeset
21 { "name": "attr", "type": "string" },
ef3cde3e81e8 switch collector output from json to avro (still over WS)
drewp@bigasterisk.com
parents:
diff changeset
22 { "name": "val", "type": "int" },
ef3cde3e81e8 switch collector output from json to avro (still over WS)
drewp@bigasterisk.com
parents:
diff changeset
23 { "name": "chan", "type": "string" }
ef3cde3e81e8 switch collector output from json to avro (still over WS)
drewp@bigasterisk.com
parents:
diff changeset
24 ]
ef3cde3e81e8 switch collector output from json to avro (still over WS)
drewp@bigasterisk.com
parents:
diff changeset
25 }
ef3cde3e81e8 switch collector output from json to avro (still over WS)
drewp@bigasterisk.com
parents:
diff changeset
26 }
ef3cde3e81e8 switch collector output from json to avro (still over WS)
drewp@bigasterisk.com
parents:
diff changeset
27 }
ef3cde3e81e8 switch collector output from json to avro (still over WS)
drewp@bigasterisk.com
parents:
diff changeset
28 ]
ef3cde3e81e8 switch collector output from json to avro (still over WS)
drewp@bigasterisk.com
parents:
diff changeset
29 }
ef3cde3e81e8 switch collector output from json to avro (still over WS)
drewp@bigasterisk.com
parents:
diff changeset
30 }
ef3cde3e81e8 switch collector output from json to avro (still over WS)
drewp@bigasterisk.com
parents:
diff changeset
31 ]
ef3cde3e81e8 switch collector output from json to avro (still over WS)
drewp@bigasterisk.com
parents:
diff changeset
32 }