amadeus-java
amadeus-java copied to clipboard
PolicyDetails doesn't match json spec
Description
paymentType missing, and other properties with wrong types
"HotelProduct_PolicyDetails": {
"title": "HotelProduct_PolicyDetails",
"description": "Booking Rules",
"type": "object",
"properties": {
"paymentType": {
"$ref": "#/definitions/PaymentType"
},
"guarantee": {
"$ref": "#/definitions/HotelProduct_GuaranteePolicy"
},
"deposit": {
"$ref": "#/definitions/HotelProduct_DepositPolicy"
},
"prepay": {
"$ref": "#/definitions/HotelProduct_DepositPolicy"
},
"holdTime": {
"$ref": "#/definitions/HotelProduct_HoldPolicy"
},
"cancellation": {
"$ref": "#/definitions/HotelProduct_CancellationPolicy"
},
"checkInOut": {
"$ref": "#/definitions/HotelProduct_CheckInOutPolicy"
}
}
},