---
title: "BookingRequest"
url: "https://kiwi.arashsheyda.me/apis/arararar/versions/f2375a9b-daf0-4b30-9711-91f5db3fe905/schemas/BookingRequest"
---

> Full API specification: https://kiwi.arashsheyda.me/apis/arararar/versions/f2375a9b-daf0-4b30-9711-91f5db3fe905.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
```
