Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

51 linhas
876 B

  1. {
  2. "kind": "collectionType",
  3. "collectionName": "yamalubes",
  4. "info": {
  5. "name": "Yamalube",
  6. "description": ""
  7. },
  8. "options": {
  9. "increments": true,
  10. "timestamps": true,
  11. "draftAndPublish": true
  12. },
  13. "attributes": {
  14. "name": {
  15. "type": "string"
  16. },
  17. "part_code": {
  18. "type": "string"
  19. },
  20. "price": {
  21. "type": "biginteger"
  22. },
  23. "stock": {
  24. "type": "biginteger"
  25. },
  26. "description": {
  27. "type": "richtext"
  28. },
  29. "img": {
  30. "model": "file",
  31. "via": "related",
  32. "allowedTypes": [
  33. "images",
  34. "files",
  35. "videos"
  36. ],
  37. "plugin": "upload",
  38. "required": false
  39. },
  40. "otr_price_sumsel": {
  41. "type": "biginteger"
  42. },
  43. "otr_price_palembang": {
  44. "type": "biginteger"
  45. },
  46. "otr_price_bengkulu": {
  47. "type": "biginteger"
  48. }
  49. }
  50. }