Amadeus Solutions · JSON Structure

Branded Fares Upsell Flight End Point Structure

departure or arrival information

Type: Properties: 0
AirlinesBookingFlightsGDSHotelsTravelTravel Technology

FlightEndPoint is a JSON Structure definition published by Amadeus Solutions. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus-solutions/refs/heads/main/json-structure/branded-fares-upsell-flight-end-point-structure.json",
  "name": "FlightEndPoint",
  "description": "departure or arrival information",
  "allOf": [
    {
      "$ref": "#/definitions/OriginalFlightEndPoint"
    },
    {
      "type": "object",
      "properties": {
        "at": {
          "description": "local date and time in [ISO8601](https://en.wikipedia.org/wiki/ISO_8601) YYYY-MM-ddThh:mm:ss format, e.g. 2017-02-10T20:40:00",
          "type": "datetime",
          "example": "2017-10-23T20:00:00"
        }
      }
    }
  ]
}