You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 rivejä
706 B

  1. {
  2. "kind": "collectionType",
  3. "collectionName": "statuses",
  4. "info": {
  5. "name": "Status"
  6. },
  7. "options": {
  8. "increments": true,
  9. "timestamps": true,
  10. "draftAndPublish": true
  11. },
  12. "attributes": {
  13. "status_id": {
  14. "type": "string"
  15. },
  16. "status_description": {
  17. "type": "string"
  18. },
  19. "transactions": {
  20. "via": "status",
  21. "collection": "transaction"
  22. },
  23. "transaction_suzukis": {
  24. "via": "status",
  25. "collection": "transaction-suzuki"
  26. },
  27. "transaction_hondas": {
  28. "via": "status",
  29. "collection": "transaction-honda"
  30. },
  31. "transaction_hinos": {
  32. "via": "status",
  33. "collection": "transaction-hino"
  34. }
  35. }
  36. }