changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": true,
+ "properties": {
+ "_disclaimer": {
+ "type": "string"
+ },
+ "block_count": {
+ "type": "integer"
+ },
+ "checked_at": {
+ "format": "date-time",
+ "type": "string"
+ },
+ "company_name": {
+ "type": "string"
+ },
+ "edd_count": {
+ "type": "integer"
+ },
+ "entities_screened": {
+ "type": "integer"
+ },
+ "lists_checked": {
+ "type": "integer"
+ },
+ "overall_summary": {
+ "type": "string"
+ },
+ "overall_verdict": {
+ "enum": [
+ "PROCEED",
+ "ENHANCED_DUE_DILIGENCE",
+ "BLOCK"
+ ],
+ "type": "string"
+ },
+ "screening_results": {
+ "items": {
+ "properties": {
+ "entity": {
+ "type": "string"
+ },
+ "match_found": {
+ "type": "boolean"
+ },
+ "role": {
+ "type": "string"
+ },
+ "sanctioned": {
+ "type": "boolean"
+ },
+ "summary": {
+ "type": "string"
+ },
+ "verdict": {
+ "enum": [
+ "PROCEED",
+ "ENHANCED_DUE_DILIGENCE",
+ "BLOCK",
+ "UNABLE_TO_SCREEN"
+ ],
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "source_url": {
+ "type": "string"
+ },
+ "trade_finance_note": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "overall_verdict",
+ "screening_results",
+ "source_url",
+ "checked_at"
+ ],
+ "type": "object"
+}