removedOutput schema / properties / _source / description
Removed value: -"Citability envelope: EU ICS2 list + legal basis + provenance"
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": {},
+ "propertyNames": {
+ "type": "string"
+ },
+ "type": "object"
+ },
+ "tool": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "action"
+ ],
+ "type": "object"
+ }
+ },
+ "required": [
+ "code",
+ "message",
+ "recovery"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+}
removedOutput schema / properties / caveat
Removed value: -{
- "description": "Non-exhaustive-list caveat: clean does not mean accepted",
- "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: -{
- "description": "True if no listed stop-word was found — NOT a guarantee of acceptance",
- "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: -{
- "description": "Echo of the submitted description",
- "type": "string"
-}
removedOutput schema / properties / disclaimer
Removed value: -{
- "description": "Reference-only disclaimer",
- "type": "string"
-}
addedOutput schema / properties / envelope_version
Added value: +{
+ "const": "1",
+ "type": "string"
+}
removedOutput schema / properties / flagged
Removed value: -{
- "description": "Listed stop-words found (empty if none)",
- "items": {
- "additionalProperties": false,
- "properties": {
- "note": {
- "description": "Standalone (automatic rejection) vs embedded guidance",
- "type": "string"
- },
- "term": {
- "description": "The listed stop-word found",
- "type": "string"
- }
- },
- "required": [
- "term",
- "note"
- ],
- "type": "object"
- },
- "type": "array"
-}
addedOutput schema / properties / normalized_input
Added value: +{
+ "additionalProperties": {},
+ "propertyNames": {
+ "type": "string"
+ },
+ "type": "object"
+}
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: -[
- "description",
- "flagged",
- "clean",
- "caveat",
- "_source",
- "disclaimer"
-]New value: +[
+ "envelope_version",
+ "ok",
+ "result",
+ "confidence",
+ "_source",
+ "citation"
+]