Flight

Канонический URL: http://schema.org/Flight

Thing > Intangible > Flight

An airline flight.
Свойство Ожидаемый тип Описание
Свойства от Flight
carrier Organization 'carrier' is an out-dated term indicating the 'provider' for parcel delivery and flights.
provider Person
или Organization
Лицо или организация, которые занимаются распространением, продажей CreativeWork.
seller Organization
или Person
Продавец продукта.
flightNumber Text The unique identifier for a flight including the airline IATA code. For example, if describing United flight 110, where the IATA code for United is 'UA', the flightNumber is 'UA110'.
departureTime DateTime The expected departure time.
arrivalTime DateTime The expected arrival time.
departureAirport Airport The airport where the flight originates.
arrivalAirport Airport The airport where the flight terminates.
departureGate Text Identifier of the flight's departure gate.
arrivalGate Text Identifier of the flight's arrival gate.
departureTerminal Text Identifier of the flight's departure terminal.
arrivalTerminal Text Identifier of the flight's arrival terminal.
aircraft Text
или Vehicle
The kind of aircraft (e.g., "Boeing 747").
mealService Text Description of the meals that will be provided or available for purchase.
estimatedFlightDuration Text
или Duration
The estimated time the flight will take.
flightDistance Text
или Distance
The distance of the flight.
webCheckinTime DateTime The time when a passenger can check into the flight online.
boardingPolicy BoardingPolicyType The type of boarding policy used by the airline (e.g. zone-based or group-based).
Свойства от Thing
additionalType URL Дополнительный тип для элемента, который обычно используется для добавления более конкретных типов от внешних словарей в синтаксис микроданных. Это отношения между чем-то и классом к которому он принадлежит. В синтаксисе RDFa, лучше использовать родной синтаксис RDF - аттрибут "TypeOf" для множественных типов. Инстументы Schema.org могут слабо понимать дополнительные типы, особенно те, которые определены извне.
alternateName Text Любое альтернативное название медицинской сущности.
description Text Короткое описание записи.
image URL
или ImageObject
URL изображения записи.
name Text Имя записи.
sameAs URL Адрес веб-страницы, которая недвусмысленно указывает на идентичность элемента. Например, ссылка на страницу элемента на Википедии, Freebase страницу или на официальный сайт.
url URL URL записи.
potentialAction Action Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role.
mainEntityOfPage CreativeWork
или URL
Указывает на страницу (или другую "CreativeWork"), для которой эта вещь является основной описываемой сущностью. Подробнее см. В [справочных материалах] (/docs/datamodel.html#mainEntityBackground).
disambiguatingDescription Text A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation.
identifier URL
или Text
или PropertyValue
The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details.


Примеры

Reservation #RXJ34P
Passenger: Eva Green
Flight: United Airlines Flight 110
Operated By: Continental Airlines
Departing: San Francisco Airport (SFO) 2017-03-04T20:15:00-08:00
Arriving: John F. Kennedy International Airport (JFK) 2017-03-05T06:30:00-05:00
Passenger Sequence Number: ABC123
Boarding priority: FastTrack
Boarding policy: zone-based
Security screening: TSA PreCheck
This example is JSON only.
This example is JSON only.
<script type="application/ld+json">
{
  "@context": "http://schema.org",
  "@type": "FlightReservation",
  "reservationId": "RXJ34P",
  "reservationStatus": "http://schema.org/ReservationConfirmed",
  "passengerPriorityStatus": "Fast Track",
  "passengerSequenceNumber": "ABC123",
  "securityScreening": "TSA PreCheck",
  "underName": {
    "@type": "Person",
    "name": "Eva Green"
  },
  "reservationFor": {
    "@type": "Flight",
    "flightNumber": "UA110",
    "provider": {
      "@type": "Airline",
      "name": "Continental",
      "iataCode": "CO",
      "boardingPolicy": "http://schema.org/ZoneBoardingPolicy"
    },
    "seller": {
      "@type": "Airline",
      "name": "United",
      "iataCode": "UA"
    },
    "departureAirport": {
      "@type": "Airport",
      "name": "San Francisco Airport",
      "iataCode": "SFO"
    },
    "departureTime": "2017-03-04T20:15:00-08:00",
    "arrivalAirport": {
      "@type": "Airport",
      "name": "John F. Kennedy International Airport",
      "iataCode": "JFK"
    },
    "arrivalTime": "2017-03-05T06:30:00-05:00"
  }
}
</script>

Schema Version 3.3