---
title: "BookingRequest"
url: "https://kiwi.arashsheyda.me/apis/test/versions/9521eca2-d6a3-4036-a754-7b1bb1c91cdd/schemas/BookingRequest"
---

> Full API specification: https://kiwi.arashsheyda.me/apis/test/versions/9521eca2-d6a3-4036-a754-7b1bb1c91cdd.md

# BookingRequest

## OpenAPI definition

```yaml
openapi: 3.0.3
info:
  title: Flight API
  version: 1.0.0
servers:
  - url: https://api.example.com/v1
components:
  schemas:
    BookingRequest:
      type: object
      properties:
        flightId:
          type: string
        passenger:
          type: object
          properties:
            name:
              type: string
            email:
              type: string
```
