removedInput schema / properties / acriss_code / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
removedInput schema / properties / acriss_code / default
Removed value: -null
addedInput schema / properties / acriss_code / description
Added value: +"ACRISS code from the selected vehicle result; pass it through to disambiguate classes."
removedInput schema / properties / acriss_code / title
Removed value: -"Acriss Code"
addedInput schema / properties / acriss_code / type
Added value: +"string"
removedInput schema / properties / desk_kind / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
removedInput schema / properties / desk_kind / default
Removed value: -null
addedInput schema / properties / desk_kind / description
Added value: +"Desk classification from the selected vehicle result, when present."
removedInput schema / properties / desk_kind / title
Removed value: -"Desk Kind"
addedInput schema / properties / desk_kind / type
Added value: +"string"
removedInput schema / properties / pickup_location / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
removedInput schema / properties / pickup_location / default
Removed value: -null
addedInput schema / properties / pickup_location / description
Added value: +"Pickup location from the selected vehicle result; pass it through for metro searches."
removedInput schema / properties / pickup_location / title
Removed value: -"Pickup Location"
addedInput schema / properties / pickup_location / type
Added value: +"string"
addedInput schema / properties / rate_code / description
Added value: +"Rate code from search results."
removedInput schema / properties / rate_code / title
Removed value: -"Rate Code"
addedInput schema / properties / search_id / description
Added value: +"Search ID from the vehicle search results."
removedInput schema / properties / search_id / title
Removed value: -"Search Id"
addedInput schema / properties / vendor_code / description
Added value: +"Vendor code from search results (e.g. \"ZE\" for Hertz, \"AL\" for Alamo)."
removedInput schema / properties / vendor_code / title
Removed value: -"Vendor Code"
removedInput schema / properties / vendor_location_id / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
removedInput schema / properties / vendor_location_id / default
Removed value: -null
addedInput schema / properties / vendor_location_id / description
Added value: +"Vendor desk identifier from the selected vehicle result, when present."
removedInput schema / properties / vendor_location_id / title
Removed value: -"Vendor Location Id"
addedInput schema / properties / vendor_location_id / type
Added value: +"string"
removedInput schema / title
Removed value: -"get_vehicle_detailsArguments"
changedOutput schema / (root)
Previous value: -{
- "properties": {
- "result": {
- "title": "Result",
- "type": "string"
- }
- },
- "required": [
- "result"
- ],
- "title": "get_vehicle_detailsOutput",
- "type": "object"
-}New value: +null