changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": true,
+ "description": "Identity resolution result. `found` is fail-closed: false means no identity anchor was corroborated, not 'try again'.",
+ "properties": {
+ "_meta": {
+ "type": "object"
+ },
+ "coherence_errors": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "data_coverage": {
+ "description": "Which sources answered and which did not",
+ "type": "object"
+ },
+ "economic_profile": {
+ "type": "object"
+ },
+ "entity": {
+ "description": "Verified identity: legal name, tax id, address, sector",
+ "type": "object"
+ },
+ "error_code": {
+ "type": "string"
+ },
+ "found": {
+ "description": "True only when an identity anchor corroborated the query",
+ "type": "boolean"
+ },
+ "legal_framework": {
+ "type": "object"
+ },
+ "query": {
+ "type": "string"
+ },
+ "registry_data": {
+ "description": "Official registry payload (BORME/GLEIF/VIES/native)",
+ "type": "object"
+ },
+ "signature": {
+ "description": "Provenance signature of this answer",
+ "type": "string"
+ }
+ },
+ "type": "object"
+}