Skip to content

Instantly share code, notes, and snippets.

@harisarang
Created October 30, 2021 06:03
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 harisarang/bec50d062a4616e8cec9b062660f2df2 to your computer and use it in GitHub Desktop.
Save harisarang/bec50d062a4616e8cec9b062660f2df2 to your computer and use it in GitHub Desktop.
Appwrite Project collection
{
"$id": "your-collection-id",
"$permissions": {
"read": [
"*"
],
"write": [
"*"
]
},
"name": "projects",
"dateCreated": 1635267748,
"dateUpdated": 1635479774,
"rules": [
{
"$id": "6178eba66d742",
"$collection": "rules",
"type": "url",
"key": "github",
"label": "github",
"default": "",
"array": false,
"required": true,
"list": []
},
{
"$id": "6178eba6702f3",
"$collection": "rules",
"type": "text",
"key": "desc",
"label": "Description",
"default": "",
"array": false,
"required": true,
"list": []
},
{
"$id": "6178eba6748e0",
"$collection": "rules",
"type": "text",
"key": "title",
"label": "Title",
"default": "",
"array": false,
"required": true,
"list": []
},
{
"$id": "6178eba677c65",
"$collection": "rules",
"type": "url",
"key": "url",
"label": "URL",
"default": "",
"array": false,
"required": true,
"list": []
},
{
"$id": "6178eba67a6cc",
"$collection": "rules",
"type": "text",
"key": "tags",
"label": "tags",
"default": "",
"array": false,
"required": false,
"list": []
},
{
"$id": "6178eba67d3d4",
"$collection": "rules",
"type": "text",
"key": "appwrite",
"label": "Appwrite tags",
"default": "",
"array": false,
"required": true,
"list": []
},
{
"$id": "6178ebdc48a72",
"$collection": "rules",
"type": "email",
"key": "email",
"label": "Email",
"default": "",
"array": false,
"required": true,
"list": []
},
{
"$id": "61799a30e78e1",
"$collection": "rules",
"type": "url",
"key": "image",
"label": "image",
"default": "",
"array": false,
"required": true,
"list": []
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment