選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

21 行
328 B

  1. {
  2. "kind": "collectionType",
  3. "collectionName": "subscriptions",
  4. "info": {
  5. "name": "Subscription"
  6. },
  7. "options": {
  8. "increments": true,
  9. "timestamps": true,
  10. "draftAndPublish": true
  11. },
  12. "attributes": {
  13. "email": {
  14. "type": "email"
  15. },
  16. "is_subscribed": {
  17. "type": "boolean"
  18. }
  19. }
  20. }