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.

56 regels
923 B

  1. {
  2. "kind": "collectionType",
  3. "collectionName": "bookings",
  4. "info": {
  5. "name": "Booking",
  6. "description": ""
  7. },
  8. "options": {
  9. "increments": true,
  10. "timestamps": true,
  11. "draftAndPublish": true
  12. },
  13. "pluginOptions": {},
  14. "attributes": {
  15. "namaPemesan": {
  16. "type": "string"
  17. },
  18. "emailPemesan": {
  19. "type": "email"
  20. },
  21. "teleponPemesan": {
  22. "type": "string"
  23. },
  24. "pemesan": {
  25. "type": "string"
  26. },
  27. "requestKamar": {
  28. "type": "string"
  29. },
  30. "catatan": {
  31. "type": "text"
  32. },
  33. "hargaKamar": {
  34. "type": "biginteger"
  35. },
  36. "namaKamar": {
  37. "type": "string"
  38. },
  39. "ppnKamar": {
  40. "type": "decimal"
  41. },
  42. "hargaTotal": {
  43. "type": "biginteger"
  44. },
  45. "jumlahPengunjung": {
  46. "type": "string"
  47. },
  48. "checkIn": {
  49. "type": "string"
  50. },
  51. "checkOut": {
  52. "type": "string"
  53. }
  54. }
  55. }