{ "@context": { "@version": 1.1, "schema": "https://schema.org/", "socure": "https://raw.githubusercontent.com/api-evangelist/socure/refs/heads/main/json-ld/socure-context.jsonld#", "Person": "schema:Person", "Organization": "schema:Organization", "PostalAddress": "schema:PostalAddress", "firstName": "schema:givenName", "surName": "schema:familyName", "dob": { "@id": "schema:birthDate", "@type": "schema:Date" }, "email": "schema:email", "mobileNumber": "schema:telephone", "physicalAddress": "schema:streetAddress", "city": "schema:addressLocality", "state": "schema:addressRegion", "zip": "schema:postalCode", "country": "schema:addressCountry", "nationalId": "schema:identifier", "ipAddress": "schema:ipAddress", "referenceId": "schema:identifier", "customerUserId": "schema:identifier", "decision": "socure:Decision", "kyc": "socure:KycResult", "fraud": "socure:SigmaIdentityFraud", "synthetic": "socure:SigmaSyntheticFraud", "watchlist": "socure:WatchlistResult", "emailRisk": "socure:EmailRiskScore", "phoneRisk": "socure:PhoneRiskScore", "addressRisk": "socure:AddressRiskScore", "score": "schema:value", "reasonCodes": "socure:reasonCode", "sourceListName": "schema:name", "matchCount": "schema:value", "docvTransactionId": "schema:identifier", "documentType": "schema:additionalType", "documentNumber": "schema:identifier", "issuingCountry": "schema:countryOfOrigin", "expirationDate": { "@id": "schema:expires", "@type": "schema:Date" } } }