{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "IdentityRisk", "type": "object", "properties": { "score": { "type": "integer", "description": "A comprehensive 0-500 score associated with the individual's identity." }, "reasonCode": { "type": "string", "description": "Reason code explanation value for the identity risk score based on data provided. Possible values are: * High Severity : AA-AP * Medium Severity : JA-JF * Low Severity : RA-RP" } } }