{ "kind": "collectionType", "collectionName": "bookings", "info": { "name": "Booking", "description": "" }, "options": { "increments": true, "timestamps": true, "draftAndPublish": true }, "pluginOptions": {}, "attributes": { "namaPemesan": { "type": "string" }, "emailPemesan": { "type": "email" }, "teleponPemesan": { "type": "string" }, "pemesan": { "type": "string" }, "requestKamar": { "type": "string" }, "catatan": { "type": "text" }, "hargaKamar": { "type": "biginteger" }, "namaKamar": { "type": "string" }, "ppnKamar": { "type": "decimal" }, "hargaTotal": { "type": "biginteger" }, "jumlahPengunjung": { "type": "string" }, "checkIn": { "type": "string" }, "checkOut": { "type": "string" } } }