Created
January 30, 2023 19:54
-
-
Save runeb/e0b20e54927d20a2fca6912b646bc61d to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{ | |
"name": "article", | |
"type": "document", | |
"title": "Article", | |
"fields": [ | |
{ | |
"type": "string", | |
"name": "title" | |
}, | |
{ | |
"type": "image", | |
"name": "image" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment