changedInput schema / properties / iata / description
Previous value: -"Exact 3-letter IATA code"New value: +"Exact 3-letter IATA code. Example: \"LHR\"."
changedInput schema / properties / icao / description
Previous value: -"Exact 4-character ICAO / ident"New value: +"Exact 4-character ICAO / ident. Example: \"EGLL\"."
changedInput schema / properties / query / description
Previous value: -"Name / city / municipality search (min 2 chars)"New value: +"Name / city / municipality search (min 2 chars). Example: \"heathrow\"."
changedInput schema / properties / type / description
Previous value: -"Optional filter by airport type"New value: +"Optional filter by airport type."
removedOutput schema / properties / _source / properties / authority
Removed value: -{
- "type": "string"
-}
addedOutput schema / properties / _source / properties / checked
Added value: +{
+ "type": "string"
+}
removedOutput schema / properties / _source / properties / data_vintage
Removed value: -{
- "type": "string"
-}
removedOutput schema / properties / _source / properties / dataset
Removed value: -{
- "type": "string"
-}
removedOutput schema / properties / _source / properties / licence
Removed value: -{
- "type": "string"
-}
addedOutput schema / properties / _source / properties / name
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / _source / properties / provenance_status
Added value: +{
+ "enum": [
+ "verified",
+ "pending-verification",
+ "computed",
+ "live"
+ ],
+ "type": "string"
+}
removedOutput schema / properties / _source / properties / retrieved_via
Removed value: -{
- "type": "string"
-}
removedOutput schema / properties / _source / properties / type
Removed value: -{
- "type": "string"
-}
changedOutput schema / properties / _source / required
Previous value: -[
- "type",
- "authority"
-]New value: +[
+ "name",
+ "checked",
+ "provenance_status"
+]
addedOutput schema / properties / blocking_errors
Added value: +{
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "code": {
+ "type": "string"
+ },
+ "message": {
+ "type": "string"
+ },
+ "recovery": {
+ "additionalProperties": false,
+ "properties": {
+ "action": {
+ "type": "string"
+ },
+ "params": {
+ "additionalProperties": {},
+ "type": "object"
+ },
+ "tool": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "action"
+ ],
+ "type": "object"
+ }
+ },
+ "required": [
+ "code",
+ "message",
+ "recovery"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+}
addedOutput schema / properties / citation
Added value: +{
+ "additionalProperties": false,
+ "properties": {
+ "qualifier": {
+ "type": "string"
+ },
+ "text": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "text"
+ ],
+ "type": "object"
+}
addedOutput schema / properties / confidence
Added value: +{
+ "additionalProperties": false,
+ "properties": {
+ "basis": {
+ "enum": [
+ "deterministic",
+ "provenance",
+ "match_quality",
+ "freshness"
+ ],
+ "type": "string"
+ },
+ "level": {
+ "enum": [
+ "high",
+ "medium",
+ "low"
+ ],
+ "type": "string"
+ },
+ "score": {
+ "maximum": 1,
+ "minimum": 0,
+ "type": "number"
+ }
+ },
+ "required": [
+ "level",
+ "basis"
+ ],
+ "type": "object"
+}
removedOutput schema / properties / count
Removed value: -{
- "type": "number"
-}
removedOutput schema / properties / disclaimer
Removed value: -{
- "type": "string"
-}
addedOutput schema / properties / envelope_version
Added value: +{
+ "const": "1",
+ "type": "string"
+}
removedOutput schema / properties / meta
Removed value: -{
- "additionalProperties": {},
- "type": "object"
-}
addedOutput schema / properties / normalized_input
Added value: +{
+ "additionalProperties": {},
+ "type": "object"
+}
addedOutput schema / properties / ok
Added value: +{
+ "type": "boolean"
+}
addedOutput schema / properties / result
Added value: +{
+ "anyOf": [
+ {
+ "additionalProperties": true,
+ "properties": {
+ "count": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "disclaimer": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "meta": {
+ "anyOf": [
+ {
+ "additionalProperties": {},
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "results": {
+ "anyOf": [
+ {
+ "items": {
+ "additionalProperties": true,
+ "properties": {
+ "country": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "country_name": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "elevation_ft": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "iata_code": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "ident": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "latitude": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "longitude": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "municipality": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "name": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "region": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "type": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ }
+ },
+ "type": "object"
+ },
+ {
+ "additionalProperties": {},
+ "type": "object"
+ }
+ ]
+}
removedOutput schema / properties / results
Removed value: -{
- "items": {
- "additionalProperties": false,
- "properties": {
- "country": {
- "type": "string"
- },
- "country_name": {
- "type": [
- "string",
- "null"
- ]
- },
- "elevation_ft": {
- "type": [
- "number",
- "null"
- ]
- },
- "iata_code": {
- "type": [
- "string",
- "null"
- ]
- },
- "ident": {
- "type": "string"
- },
- "latitude": {
- "type": "number"
- },
- "longitude": {
- "type": "number"
- },
- "municipality": {
- "type": [
- "string",
- "null"
- ]
- },
- "name": {
- "type": "string"
- },
- "region": {
- "type": [
- "string",
- "null"
- ]
- },
- "type": {
- "type": "string"
- }
- },
- "required": [
- "ident",
- "iata_code",
- "name",
- "type",
- "municipality",
- "region",
- "country",
- "country_name",
- "latitude",
- "longitude",
- "elevation_ft"
- ],
- "type": "object"
- },
- "type": "array"
-}
addedOutput schema / properties / validity
Added value: +{
+ "additionalProperties": false,
+ "properties": {
+ "as_of": {
+ "type": "string"
+ },
+ "effective_from": {
+ "type": "string"
+ },
+ "effective_to": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "as_of"
+ ],
+ "type": "object"
+}
addedOutput schema / properties / warnings
Added value: +{
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "code": {
+ "type": "string"
+ },
+ "details": {
+ "additionalProperties": {},
+ "type": "object"
+ },
+ "message": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "code",
+ "message"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+}
changedOutput schema / required
Previous value: -[
- "count",
- "results",
- "disclaimer",
- "_source"
-]New value: +[
+ "envelope_version",
+ "ok",
+ "result",
+ "confidence",
+ "_source",
+ "citation"
+]