|
- {
- "kind": "collectionType",
- "collectionName": "subscriptions",
- "info": {
- "name": "Subscription",
- "description": ""
- },
- "options": {
- "increments": true,
- "timestamps": true,
- "draftAndPublish": true
- },
- "attributes": {
- "email": {
- "type": "email",
- "required": true,
- "unique": true
- },
- "is_subscribed": {
- "type": "boolean",
- "default": true
- }
- }
- }
|