changedInput schema / properties / address / description
Previous value: -"EVM address (0x...) to screen: OFAC SDN + wallet/contract risk."New value: +"Crypto address to screen"
changedInput schema / properties / domain / description
Previous value: -"Domain to screen for trust/infrastructure signals, e.g. \"example.com\"."New value: +"Optional domain"
changedInput schema / properties / name / description
Previous value: -"Entity / person / organization name for OFAC SDN name screening."New value: +"Optional entity name"
changedInput schema / properties / receipt / description
Previous value: -"Set to 1 to return a portable, offline-verifiable LION_SIGNED_COMPLIANCE_RECEIPT_V1."New value: +"Set 1 for signed receipt"
changedInput schema / properties / token / description
Previous value: -"Token contract address (0x...) for multi-chain pre-trade token risk."New value: +"Optional token address"
addedInput schema / required
Added value: +[
+ "address"
+]
changedOutput schema / (root)
Previous value: -{
- "properties": {
- "attestation": {
- "description": "Ed25519 attestation over the response body; verify offline against /.well-known/lion-compliance-key.json.",
- "type": "object"
- },
- "checks_run": {
- "description": "Which sub-checks ran, e.g. ofac_sdn, domain_trust, token_risk, firmographics.",
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "flags": {
- "description": "Specific risk/compliance flags raised (empty array when CLEAR).",
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "receipt": {
- "description": "Present when ?receipt=1: the portable LION_SIGNED_COMPLIANCE_RECEIPT_V1 (content-addressed, Ed25519-signed, offline-reverifiable).",
- "type": "object"
- },
- "subject": {
- "description": "The screened counterparty (address / domain / token / name).",
- "type": "string"
- },
- "verdict": {
- "description": "Overall counterparty verdict across the checks you supplied.",
- "enum": [
- "CLEAR",
- "REVIEW"
- ],
- "type": "string"
- }
- },
- "required": [
- "verdict",
- "flags",
- "checks_run",
- "attestation"
- ],
- "type": "object"
-}New value: +null