Advertisement
Guest User

Untitled

a guest
Mar 30th, 2015
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 3.43 KB | None | 0 0
  1. {
  2.     "extras": [
  3.         {
  4.             "fields": [
  5.                 {
  6.                     "min": null,
  7.                     "max": null,
  8.                     "required": true,
  9.                     "value": "2015-04-05",
  10.                     "id": "check_in",
  11.                     "callback": false,
  12.                     "label": null,
  13.                     "type": "date",
  14.                     "event": "before-search"
  15.                 },
  16.                 {
  17.                     "min": null,
  18.                     "max": null,
  19.                     "required": true,
  20.                     "precision": 0,
  21.                     "value": 2,
  22.                     "id": "diners",
  23.                     "callback": false,
  24.                     "label": null,
  25.                     "type": "number",
  26.                     "event": "before-search"
  27.                 }
  28.             ],
  29.             "id": "avail"
  30.         },
  31.         {
  32.             "fields": [
  33.                 {
  34.                     "event": "before-reservation",
  35.                     "callback": true,
  36.                     "options": [
  37.                         {
  38.                             "value": "12:00",
  39.                             "key": "12:00"
  40.                         },
  41.                         {
  42.                             "value": "12:30",
  43.                             "key": "12:30"
  44.                         },
  45.                         {
  46.                             "value": "13:00",
  47.                             "key": "13:00"
  48.                         },
  49.                         {
  50.                             "value": "13:30",
  51.                             "key": "13:30"
  52.                         },
  53.                         {
  54.                             "value": "14:00",
  55.                             "key": "14:00"
  56.                         },
  57.                         {
  58.                             "value": "14:30",
  59.                             "key": "14:30"
  60.                         },
  61.                         {
  62.                             "value": "15:00",
  63.                             "key": "15:00"
  64.                         },
  65.                         {
  66.                             "value": "21:00",
  67.                             "key": "21:00"
  68.                         },
  69.                         {
  70.                             "value": "21:30",
  71.                             "key": "21:30"
  72.                         },
  73.                         {
  74.                             "value": "22:00",
  75.                             "key": "22:00"
  76.                         },
  77.                         {
  78.                             "value": "22:30",
  79.                             "key": "22:30"
  80.                         },
  81.                         {
  82.                             "value": "23:00",
  83.                             "key": "23:00"
  84.                         }
  85.                     ],
  86.                     "min": null,
  87.                     "default": "12:00",
  88.                     "max": null,
  89.                     "required": false,
  90.                     "type": "options",
  91.                     "id": "type",
  92.                     "label": "Hora da Reserva"
  93.                 }
  94.             ],
  95.             "id": "time"
  96.         }
  97.     ],
  98.     "capacity": "",
  99.     "uid": "4083579afdd539346fcdf1812824ad4ac36cf374",
  100.     "service_id": "",
  101.     "description": "",
  102.     "features": "",
  103.     "price": {
  104.         "currency": "",
  105.         "value": ""
  106.     },
  107.     "name": ""
  108. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement