Variant
Document Header
json
{ "type": "DOCHEAD" }||{ "docType": "VARIANT", "uuid": "UUID", "client": "clientID" }|1
- type:
DOCHEAD, document header identifier. - docType:
VARIANTvariant data. - uuid: unique identifier, random id.
- client: terminal identifier for eventual consistency.
META Basic Information
json
{ "type": "META", "ticket": 1 }||
{
/** Name */
"title": string,
/** Description */
"description": string,
/** Schematic */
"schematicId": string,
/** Sort order */
"zIndex": number,
/** Whether there are ungrouped items */
"notGrouped": boolean,
}|1
2
3
4
5
6
7
8
9
10
11
12
13
2
3
4
5
6
7
8
9
10
11
12
13