---
title: "PublicFlightStateType"
url: "https://developer-acc.schiphol.nl/apis/schiphol-public-flight-api-4-public-acc/versions/fce7b80c-50ca-4174-b37d-04853d2e9ed4/schemas/PublicFlightStateType"
---

> Full API specification: https://developer-acc.schiphol.nl/apis/schiphol-public-flight-api-4-public-acc/versions/fce7b80c-50ca-4174-b37d-04853d2e9ed4.md

# PublicFlightStateType

## OpenAPI definition

```yaml
openapi: 3.0.1
info:
  title: Schiphol Public Flight API
  version: 4.2.0-acc
servers:
  - url: https://{environment}.schiphol.nl/public/public-flights/v4
    variables:
      environment:
        enum:
          - api
          - api-acc
        default: api
components:
  schemas:
    PublicFlightStateType:
      type: object
      properties:
        flightStates:
          type: array
          items:
            type: string
```
