Created
August 8, 2018 23:58
-
-
Save bessfernandez/86997141852feae463fb66639cef51c2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"object": "value", | |
"document": { | |
"object": "document", | |
"data": {}, | |
"nodes": [ | |
{ | |
"object": "block", | |
"type": "heading-three", | |
"isVoid": false, | |
"data": {}, | |
"nodes": [ | |
{ | |
"object": "text", | |
"leaves": [ | |
{ | |
"object": "leaf", | |
"text": "I love college success!", | |
"marks": [] | |
} | |
] | |
} | |
] | |
}, | |
{ | |
"object": "block", | |
"type": "video", | |
"isVoid": true, | |
"data": { | |
"originalUrl": "https://www.youtube.com/watch?v=c1c0a4fo1zo", | |
"videoId": "c1c0a4fo1zo", | |
"type": "youtube", | |
"title": "My kitten video" | |
}, | |
"nodes": [ | |
{ | |
"object": "text", | |
"leaves": [ | |
{ | |
"object": "leaf", | |
"text": "", | |
"marks": [] | |
} | |
] | |
} | |
] | |
}, | |
{ | |
"object": "block", | |
"type": "paragraph", | |
"isVoid": false, | |
"data": {}, | |
"nodes": [ | |
{ | |
"object": "text", | |
"leaves": [ | |
{ | |
"object": "leaf", | |
"text": "", | |
"marks": [] | |
} | |
] | |
} | |
] | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Example of Slate.JS schema