A JSON schema to describe tags, labels and folders for generic document organizing. It should be validated by http://jsonschemalint.com/ .
Last active
December 23, 2015 02:39
-
-
Save TakashiSasaki/6568391 to your computer and use it in GitHub Desktop.
A JSON schema to describe tags, labels and folders for generic document organizing
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": "draft", | |
"uniqueId": "https://mail.google.com/mail/u/0/#drafts", | |
"distinction": "global" | |
} |
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": "important", | |
"uniqueId": "https://mail.google.com/mail/u/0/#imp", | |
"distinction": "global" | |
} |
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": "trash", | |
"uniqueId": "https://mail.google.com/mail/u/0/#spam", | |
"distinction": "global" | |
} |
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": "starred", | |
"uniqueId": "https://mail.google.com/mail/u/0/#starred", | |
"distinction": "global" | |
} |
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": "trash", | |
"uniqueId": "https://mail.google.com/mail/u/0/#trash", | |
"distinction": "global" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment