Is there a name for the JSON export format? #1087
Answered
by
1ilit
ross-spencer
asked this question in
Q&A
|
Really like this tool, thank you. Is the JSON export format following a specific schema from this project or another? and does the file format/document type have a name? |
Answered by
1ilit
Aug 3, 2026
Replies: 1 comment 1 reply
|
hello! the format doesn't have a name, it's just the diagram the way it's kept in the application state in json. the schema for a valid diagram is defined here: https://github.com/drawdb-io/drawdb/blob/main/src/data/schemas.js |
1 reply
Answer selected by
ross-spencer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hello! the format doesn't have a name, it's just the diagram the way it's kept in the application state in json.
the schema for a valid diagram is defined here: https://github.com/drawdb-io/drawdb/blob/main/src/data/schemas.js