changedInput schema / properties / description / description
Previous value: -"The goods description to check against the EU ICS2 stop-words list."New value: +"The goods description to check. Example: \"gifts\" (flagged) vs \"wooden toys for retail\" (specific)."
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 / dataset
Removed value: -{
- "type": "string"
-}
removedOutput schema / properties / _source / properties / legal_basis
Removed value: -{
- "type": "string"
-}
removedOutput schema / properties / _source / properties / licence
Removed value: -{
- "type": "string"
-}
removedOutput schema / properties / _source / properties / list_in_force
Removed value: -{
- "type": "string"
-}
addedOutput schema / properties / _source / properties / name
Added value: +{
+ "type": "string"
+}
removedOutput schema / properties / _source / properties / non_exhaustive
Removed value: -{
- "type": "boolean"
-}
addedOutput schema / properties / _source / properties / provenance_status
Added value: +{
+ "enum": [
+ "verified",
+ "pending-verification",
+ "computed",
+ "live"
+ ],
+ "type": "string"
+}
removedOutput schema / properties / _source / properties / retrieved
Removed value: -{
- "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",
- "dataset",
- "legal_basis",
- "list_in_force",
- "source_url",
- "licence",
- "retrieved",
- "non_exhaustive",
- "retrieved_via"
-]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"
+}
removedOutput schema / properties / caveat
Removed value: -{
- "type": "string"
-}
addedOutput schema / properties / citation
Added value: +{
+ "additionalProperties": false,
+ "properties": {
+ "qualifier": {
+ "type": "string"
+ },
+ "text": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "text"
+ ],
+ "type": "object"
+}
removedOutput schema / properties / clean
Removed value: -{
- "type": "boolean"
-}
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 / description
Removed value: -{
- "type": "string"
-}
removedOutput schema / properties / disclaimer
Removed value: -{
- "type": "string"
-}
addedOutput schema / properties / envelope_version
Added value: +{
+ "const": "1",
+ "type": "string"
+}
removedOutput schema / properties / flagged
Removed value: -{
- "items": {
- "additionalProperties": false,
- "properties": {
- "note": {
- "type": "string"
- },
- "term": {
- "type": "string"
- }
- },
- "required": [
- "term",
- "note"
- ],
- "type": "object"
- },
- "type": "array"
-}
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": {
+ "caveat": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "clean": {
+ "type": [
+ "boolean",
+ "null"
+ ]
+ },
+ "description": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "disclaimer": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "flagged": {
+ "anyOf": [
+ {
+ "items": {
+ "additionalProperties": true,
+ "properties": {
+ "note": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "term": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ }
+ },
+ "type": "object"
+ },
+ {
+ "additionalProperties": {},
+ "type": "object"
+ }
+ ]
+}
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: -[
- "description",
- "flagged",
- "clean",
- "caveat",
- "_source",
- "disclaimer"
-]New value: +[
+ "envelope_version",
+ "ok",
+ "result",
+ "confidence",
+ "_source",
+ "citation"
+]