Skip to content

Instantly share code, notes, and snippets.

@eldadfux
Last active September 17, 2019 07:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eldadfux/d720f6e5878237e8520b8d608aa1a95a to your computer and use it in GitHub Desktop.
Save eldadfux/d720f6e5878237e8520b8d608aa1a95a to your computer and use it in GitHub Desktop.
Appwrite Collection
{
"name": "Articles",
"read": ["*"],
"write": ["*"],
"rules": [
{
"label": "Title",
"key": "title",
"type": "text",
"default": "",
"required": false,
"array": false
},
{
"label": "Release Year",
"key": "releaseYear",
"type": "numeric",
"default": 0,
"required": false,
"array": false
},
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment