您最多选择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. }