changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": true,
+ "properties": {
+ "_disclaimer": {
+ "type": "string"
+ },
+ "accounts_last_filed": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "active": {
+ "type": "boolean"
+ },
+ "agent_action": {
+ "description": "Machine-readable verdict",
+ "enum": [
+ "PROCEED",
+ "ENHANCED_DUE_DILIGENCE",
+ "BLOCK"
+ ],
+ "type": "string"
+ },
+ "checked_at": {
+ "format": "date-time",
+ "type": "string"
+ },
+ "company_found": {
+ "description": "Whether a matching company was found in UK Companies House",
+ "type": "boolean"
+ },
+ "directors_and_officers": {
+ "items": {
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "incorporation_date": {
+ "type": "string"
+ },
+ "kyc_confidence": {
+ "enum": [
+ "HIGH",
+ "MEDIUM",
+ "LOW"
+ ],
+ "type": "string"
+ },
+ "name_match": {
+ "type": "boolean"
+ },
+ "number_match": {
+ "type": "boolean"
+ },
+ "positive_indicators": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "recommended_actions": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "registered_address": {
+ "type": "string"
+ },
+ "registered_name": {
+ "type": "string"
+ },
+ "registration_number": {
+ "type": "string"
+ },
+ "risk_factors": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "risk_level": {
+ "enum": [
+ "LOW",
+ "MEDIUM",
+ "HIGH",
+ "CRITICAL"
+ ],
+ "type": "string"
+ },
+ "risk_score": {
+ "maximum": 100,
+ "minimum": 0,
+ "type": "number"
+ },
+ "risk_summary": {
+ "type": "string"
+ },
+ "sanctions_screening_note": {
+ "type": "string"
+ },
+ "sic_codes": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "source_url": {
+ "type": "string"
+ },
+ "status": {
+ "description": "Registry status, e.g. active, dissolved, liquidation",
+ "type": "string"
+ },
+ "total_officers": {
+ "type": "integer"
+ }
+ },
+ "required": [
+ "company_found",
+ "agent_action",
+ "source_url",
+ "checked_at"
+ ],
+ "type": "object"
+}