{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/aerodatabox/refs/heads/main/json-structure/aerodatabox-geo-coordinates-contract-listing-airport-contract-search-result-collection-contract-structure.json", "description": "GeoCoordinatesContractListingAirportContractSearchResultCollectionContract schema from AeroDataBox API", "type": "object", "properties": { "searchBy": { "$ref": "#/components/schemas/GeoCoordinatesContract" }, "count": { "maximum": 2147483647, "minimum": 0, "type": "int32", "description": "The number of items in the collection", "readOnly": true }, "items": { "type": "array", "items": { "$ref": "#/components/schemas/ListingAirportContract" }, "description": "The collection of items" } }, "required": [ "count", "items", "searchBy" ], "additionalProperties": false, "name": "GeoCoordinatesContractListingAirportContractSearchResultCollectionContract" }