{ "kind": "collectionType", "collectionName": "subscriptions", "info": { "name": "Subscription" }, "options": { "increments": true, "timestamps": true, "draftAndPublish": true }, "attributes": { "email": { "type": "email" }, "is_subscribed": { "type": "boolean" } } }