mirror of
https://github.com/aurora-opensource/xviz.git
synced 2026-01-25 14:16:45 +00:00
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.
8 lines
90 B
JSON
8 lines
90 B
JSON
{
|
|
"type": "xviz/start",
|
|
"data": {
|
|
"version": "2.0.0",
|
|
"profile": "fast"
|
|
}
|
|
}
|