{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "score": { "type": "number", "description": "HD Fraud Score." }, "action": { "type": "string", "description": "Recommended Action." }, "description": { "type": "string", "description": "Description" } } }