changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": true,
+ "properties": {
+ "_disclaimer": {
+ "type": "string"
+ },
+ "active": {
+ "type": "boolean"
+ },
+ "agent_action": {
+ "enum": [
+ "PROCEED",
+ "ENHANCED_DUE_DILIGENCE"
+ ],
+ "type": "string"
+ },
+ "analysis_type": {
+ "type": "string"
+ },
+ "checked_at": {
+ "format": "date-time",
+ "type": "string"
+ },
+ "company_found": {
+ "type": "boolean"
+ },
+ "incorporation_date": {
+ "type": "string"
+ },
+ "kyc_confidence": {
+ "enum": [
+ "HIGH",
+ "MEDIUM",
+ "LOW"
+ ],
+ "type": "string"
+ },
+ "registered_address": {
+ "type": "string"
+ },
+ "registered_name": {
+ "type": "string"
+ },
+ "registration_number": {
+ "type": "string"
+ },
+ "source_url": {
+ "type": "string"
+ },
+ "status": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "company_found",
+ "agent_action",
+ "source_url",
+ "checked_at"
+ ],
+ "type": "object"
+}