AeroDataBox · Schema

AircraftContractPagedCollectionContract

AircraftContractPagedCollectionContract schema from AeroDataBox API

AviationFlightsAerospaceFlight DataAirport Data

Properties

Name Type Description
totalCount integer The total number of items across all pages
pageOffset integer The offset of the current page of the collection (number of items skipped before this page)
pageSize integer Maximum number of items on the current page of the collection (`Count` cannot be more than this value)
hasNextPage boolean This value is true when collection has more pages
count integer The number of items in the collection
items array The collection of items
View JSON Schema on GitHub