25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

27 satır
455 B

  1. {
  2. "kind": "collectionType",
  3. "collectionName": "restaurants",
  4. "info": {
  5. "name": "restaurant"
  6. },
  7. "options": {
  8. "increments": true,
  9. "timestamps": true,
  10. "draftAndPublish": true
  11. },
  12. "attributes": {
  13. "name": {
  14. "type": "string",
  15. "required": true,
  16. "unique": true
  17. },
  18. "description": {
  19. "type": "richtext"
  20. },
  21. "categories": {
  22. "via": "restaurants",
  23. "collection": "category"
  24. }
  25. }
  26. }