Seat

  • The provided information describes the JSON representation of a ticket seat.

  • The JSON representation includes fields for seat section, row, number, and type.

  • The seatingType field can indicate if a seat is regular, wheelchair, or other types.

Information about the ticket seat.

JSON representation
{
  "seatSection": string,
  "seatRow": string,
  "seatNumber": string,
  "seatingType": string
}
Fields
seatSection

string

Section.

seatRow

string

Row.

seatNumber

string

Seat number.

seatingType

string

Seat type: regular, wheelchair, etc.