{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "hd_score": { "type": ["number", "null"], "description": "HD fraud Score" }, "recommended_action": { "type": ["string", "null"], "description": "Recommended Action" }, "description": { "type": ["string", "null"], "description": "Description of Recommended Action" }, "hd_action_reasoncode": { "type": ["string", "null"], "description": "HD Action Reasoncode" } } }