Joseph Lisee 6d9b73036c Create an explicit schema for XVIZ JSON envelope format (#217)
This is the wrapper we put our types so you can mix them with our JSON
types in the same stream and tell them apart.  With this schema we can
now quickly check that a stream of XVIZ payloads are correct.
2018-11-27 14:55:52 -05:00

8 lines
90 B
JSON

{
"type": "xviz/start",
"data": {
"version": "2.0.0",
"profile": "fast"
}
}