addedOutput schema / properties / _source
Added value: +{
+ "additionalProperties": false,
+ "properties": {
+ "checked": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "provenance_status": {
+ "enum": [
+ "verified",
+ "pending-verification",
+ "computed",
+ "live"
+ ],
+ "type": "string"
+ },
+ "source_url": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "name",
+ "checked",
+ "provenance_status"
+ ],
+ "type": "object"
+}
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": {},
+ "propertyNames": {
+ "type": "string"
+ },
+ "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 / disclaimer
Removed value: -{
- "description": "Structural-validation-only disclaimer",
- "type": "string"
-}
addedOutput schema / properties / envelope_version
Added value: +{
+ "const": "1",
+ "type": "string"
+}
removedOutput schema / properties / found
Removed value: -{
- "description": "Every identifier found + validated (ordered by position in the input)",
- "items": {
- "additionalProperties": false,
- "properties": {
- "_source": {
- "additionalProperties": false,
- "description": "Methodology citation for the scheme",
- "properties": {
- "authority": {
- "type": "string"
- },
- "computed_by": {
- "type": "string"
- },
- "reference": {
- "type": "string"
- },
- "source_url": {
- "type": "string"
- },
- "standard": {
- "type": "string"
- },
- "type": {
- "type": "string"
- }
- },
- "required": [
- "type",
- "standard",
- "reference",
- "authority",
- "source_url",
- "computed_by"
- ],
- "type": "object"
- },
- "check_digit": {
- "additionalProperties": false,
- "description": "Expected vs actual check digit (null if malformed)",
- "properties": {
- "actual": {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ]
- },
- "expected": {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ]
- }
- },
- "required": [
- "expected",
- "actual"
- ],
- "type": "object"
- },
- "details": {
- "additionalProperties": {},
- "description": "Type-specific: owner_prefix/equipment_category (container), airline_prefix/serial/airline (awb), number (imo), or error (malformed)",
- "propertyNames": {
- "type": "string"
- },
- "type": "object"
- },
- "normalised": {
- "description": "Canonical form (uppercased / dashed)",
- "type": "string"
- },
- "raw": {
- "description": "The candidate as found in the input",
- "type": "string"
- },
- "type": {
- "description": "container | awb | imo",
- "type": "string"
- },
- "valid": {
- "description": "Check-digit pass/fail (structural only)",
- "type": "boolean"
- }
- },
- "required": [
- "type",
- "raw",
- "normalised",
- "valid",
- "check_digit",
- "details",
- "_source"
- ],
- "type": "object"
- },
- "type": "array"
-}
addedOutput schema / properties / normalized_input
Added value: +{
+ "additionalProperties": {},
+ "propertyNames": {
+ "type": "string"
+ },
+ "type": "object"
+}
removedOutput schema / properties / note
Removed value: -{
- "description": "Present when nothing was found",
- "type": "string"
-}
addedOutput schema / properties / ok
Added value: +{
+ "type": "boolean"
+}
addedOutput schema / properties / result
Added value: +{
+ "additionalProperties": {},
+ "propertyNames": {
+ "type": "string"
+ },
+ "type": "object"
+}
addedOutput schema / properties / validity
Added value: +{
+ "additionalProperties": false,
+ "properties": {
+ "as_of": {
+ "type": "string"
+ },
+ "effective_from": {
+ "type": "string"
+ },
+ "effective_to": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ }
+ },
+ "required": [
+ "as_of"
+ ],
+ "type": "object"
+}
addedOutput schema / properties / warnings
Added value: +{
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "code": {
+ "type": "string"
+ },
+ "details": {
+ "additionalProperties": {},
+ "propertyNames": {
+ "type": "string"
+ },
+ "type": "object"
+ },
+ "message": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "code",
+ "message"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+}
changedOutput schema / required
Previous value: -[
- "found",
- "disclaimer"
-]New value: +[
+ "envelope_version",
+ "ok",
+ "result",
+ "confidence",
+ "_source",
+ "citation"
+]