25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
501 B

  1. {
  2. "kind": "collectionType",
  3. "collectionName": "dealers",
  4. "info": {
  5. "name": "Dealers"
  6. },
  7. "options": {
  8. "increments": true,
  9. "timestamps": true,
  10. "draftAndPublish": true
  11. },
  12. "attributes": {
  13. "name": {
  14. "type": "string"
  15. },
  16. "kota_dealer": {
  17. "type": "string"
  18. },
  19. "address": {
  20. "type": "text"
  21. },
  22. "telp": {
  23. "type": "biginteger"
  24. },
  25. "email": {
  26. "type": "email"
  27. },
  28. "location": {
  29. "type": "richtext"
  30. }
  31. }
  32. }