Common Format
Document Header
json
{ "type": "DOCHEAD" }||{ "docType": "SCH_PAGE", "uuid": "UUID", "client": "clientID" }|1
json
{ "type": "DOCHEAD" }||{ "docType": "SYMBOL", "uuid": "UUID", "client": "clientID" }|1
- type: "DOCHEAD", document header identifier.
- docType: document type, "SCH_PAGE": schematic, "SYMBOL": symbol.
- uuid: document unique ID, unique within the project.
- client: terminal identifier for eventual consistency.
Canvas Configuration
Editor additional information, used for data analysis and other functions. Currently occupied fields:
json
{ "type": "CANVAS", "ticket": 1 }||
{
"originX":0,
"originY":0,
}|1
2
3
4
5
2
3
4
5
- type: "CANVAS", canvas configuration identifier.
- ticket logical clock.
- originX canvas origin X.
- originY canvas origin Y.