Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

26 строки
422 B

  1. {
  2. "kind": "collectionType",
  3. "collectionName": "product_otrs",
  4. "info": {
  5. "name": "Product_OTR",
  6. "description": ""
  7. },
  8. "options": {
  9. "increments": true,
  10. "timestamps": true,
  11. "draftAndPublish": true
  12. },
  13. "attributes": {
  14. "product": {
  15. "via": "product_otrs",
  16. "model": "product"
  17. },
  18. "name": {
  19. "type": "string"
  20. },
  21. "price": {
  22. "type": "biginteger"
  23. }
  24. }
  25. }