{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "AircraftRequest", "type": "object", "description": "Model for querying api for multiple aircraft hexes", "additionalProperties": false, "properties": { "hex_list": { "type": "array", "items": { "type": "string" } } } }