From fb8c3c20b7b6eb7cb3e92fd6aa213515bef66cf3 Mon Sep 17 00:00:00 2001 From: Markus Birth Date: Sun, 3 Dec 2017 21:46:37 +0100 Subject: [PATCH] Allow text for zip codes (e.g. UK). --- definitions/event.json | 2 +- definitions/rentalcar.json | 4 ++-- definitions/restaurant.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/definitions/event.json b/definitions/event.json index e081411..c6fffda 100644 --- a/definitions/event.json +++ b/definitions/event.json @@ -158,7 +158,7 @@ }, "reservationFor_location_address_postalCode": { "title": "Zip Code", - "type": "number", + "type": "text", "required": true, "group": 1, "short": true diff --git a/definitions/rentalcar.json b/definitions/rentalcar.json index 4a232c7..6d3e5b7 100644 --- a/definitions/rentalcar.json +++ b/definitions/rentalcar.json @@ -61,7 +61,7 @@ }, "dropoffLocation_address_postalCode": { "title": "Zip Code", - "type": "number", + "type": "text", "required": true, "group": "do", "short": true @@ -124,7 +124,7 @@ }, "pickupLocation_address_postalCode": { "title": "Zip Code", - "type": "number", + "type": "text", "required": true, "group": "pu", "short": true diff --git a/definitions/restaurant.json b/definitions/restaurant.json index 3019c8f..f46c5fa 100644 --- a/definitions/restaurant.json +++ b/definitions/restaurant.json @@ -86,7 +86,7 @@ }, "reservationFor_address_postalCode": { "title": "Zip Code", - "type": "number", + "type": "text", "required": true, "group": 0, "short": true