Alloy · JSON-LD Context
Alloy Context
JSON-LD context defining the semantic vocabulary for Alloy from Alloy.
24 Classes
46 Properties
4 Namespaces
Namespaces
xsd:
http://www.w3.org/2001/XMLSchema#
schema:
https://schema.org/
alloy:
https://developer.alloy.com/vocabulary#
hydra:
http://www.w3.org/ns/hydra/core#
Classes
Entity
PersonEntity
BusinessEntity
Evaluation
Journey
JourneyApplication
Event
Investigation
EntityGroup
Document
Transaction
BankAccount
CustomList
PublishedAttribute
Webhook
kyc
kyb
aml
fraud_prevention
compliance
risk_decisioning
ongoing_monitoring
transaction_monitoring
onboarding
Properties
| Property | Type | Container |
|---|---|---|
| entity_token | string | |
| external_entity_id | string | |
| entity_type | string | |
| evaluation_token | string | |
| application_token | string | |
| status_code | string | |
| outcome | string | |
| workflow_token | string | |
| journey_token | string | |
| investigation_token | string | |
| event_request_token | string | |
| document_token | string | |
| transaction_id | string | |
| name_first | string | |
| name_last | string | |
| name_middle | string | |
| email_address | string | |
| phone_number | string | |
| birth_date | date | |
| addresses | set | |
| company_name | string | |
| company_dba_name | string | |
| company_ein | string | |
| company_website | reference | |
| company_email | string | |
| company_phone_number | string | |
| timestamp | long | |
| created_at | dateTime | |
| updated_at | dateTime | |
| document_ssn | string | |
| document_ssn_last4 | string | |
| document_license | string | |
| document_license_state | string | |
| line_1 | string | |
| line_2 | string | |
| city | string | |
| state | string | |
| zip | string | |
| country_code | string | |
| amount | decimal | |
| currency | string | |
| transaction_date | dateTime | |
| api | reference | |
| baseURL | reference | |
| sandboxURL | reference | |
| documentation | reference |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"xsd": "http://www.w3.org/2001/XMLSchema#",
"schema": "https://schema.org/",
"alloy": "https://developer.alloy.com/vocabulary#",
"hydra": "http://www.w3.org/ns/hydra/core#",
"Entity": "alloy:Entity",
"PersonEntity": "alloy:PersonEntity",
"BusinessEntity": "alloy:BusinessEntity",
"Evaluation": "alloy:Evaluation",
"Journey": "alloy:Journey",
"JourneyApplication": "alloy:JourneyApplication",
"Event": "alloy:Event",
"Investigation": "alloy:Investigation",
"EntityGroup": "alloy:EntityGroup",
"Document": "alloy:Document",
"Transaction": "alloy:Transaction",
"BankAccount": "alloy:BankAccount",
"CustomList": "alloy:CustomList",
"PublishedAttribute": "alloy:PublishedAttribute",
"Webhook": "alloy:Webhook",
"entity_token": {
"@id": "alloy:entityToken",
"@type": "xsd:string"
},
"external_entity_id": {
"@id": "alloy:externalEntityId",
"@type": "xsd:string"
},
"entity_type": {
"@id": "alloy:entityType",
"@type": "xsd:string"
},
"evaluation_token": {
"@id": "alloy:evaluationToken",
"@type": "xsd:string"
},
"application_token": {
"@id": "alloy:applicationToken",
"@type": "xsd:string"
},
"status_code": {
"@id": "alloy:statusCode",
"@type": "xsd:string"
},
"outcome": {
"@id": "alloy:outcome",
"@type": "xsd:string"
},
"workflow_token": {
"@id": "alloy:workflowToken",
"@type": "xsd:string"
},
"journey_token": {
"@id": "alloy:journeyToken",
"@type": "xsd:string"
},
"investigation_token": {
"@id": "alloy:investigationToken",
"@type": "xsd:string"
},
"event_request_token": {
"@id": "alloy:eventRequestToken",
"@type": "xsd:string"
},
"document_token": {
"@id": "alloy:documentToken",
"@type": "xsd:string"
},
"transaction_id": {
"@id": "alloy:transactionId",
"@type": "xsd:string"
},
"name_first": {
"@id": "schema:givenName",
"@type": "xsd:string"
},
"name_last": {
"@id": "schema:familyName",
"@type": "xsd:string"
},
"name_middle": {
"@id": "schema:additionalName",
"@type": "xsd:string"
},
"email_address": {
"@id": "schema:email",
"@type": "xsd:string"
},
"phone_number": {
"@id": "schema:telephone",
"@type": "xsd:string"
},
"birth_date": {
"@id": "schema:birthDate",
"@type": "xsd:date"
},
"addresses": {
"@id": "schema:address",
"@container": "@set"
},
"company_name": {
"@id": "schema:legalName",
"@type": "xsd:string"
},
"company_dba_name": {
"@id": "schema:alternateName",
"@type": "xsd:string"
},
"company_ein": {
"@id": "schema:taxID",
"@type": "xsd:string"
},
"company_website": {
"@id": "schema:url",
"@type": "@id"
},
"company_email": {
"@id": "schema:email",
"@type": "xsd:string"
},
"company_phone_number": {
"@id": "schema:telephone",
"@type": "xsd:string"
},
"timestamp": {
"@id": "schema:dateCreated",
"@type": "xsd:long"
},
"created_at": {
"@id": "schema:dateCreated",
"@type": "xsd:dateTime"
},
"updated_at": {
"@id": "schema:dateModified",
"@type": "xsd:dateTime"
},
"document_ssn": {
"@id": "alloy:socialSecurityNumber",
"@type": "xsd:string"
},
"document_ssn_last4": {
"@id": "alloy:socialSecurityNumberLast4",
"@type": "xsd:string"
},
"document_license": {
"@id": "alloy:driversLicenseNumber",
"@type": "xsd:string"
},
"document_license_state": {
"@id": "alloy:driversLicenseState",
"@type": "xsd:string"
},
"line_1": {
"@id": "schema:streetAddress",
"@type": "xsd:string"
},
"line_2": {
"@id": "schema:streetAddress",
"@type": "xsd:string"
},
"city": {
"@id": "schema:addressLocality",
"@type": "xsd:string"
},
"state": {
"@id": "schema:addressRegion",
"@type": "xsd:string"
},
"zip": {
"@id": "schema:postalCode",
"@type": "xsd:string"
},
"country_code": {
"@id": "schema:addressCountry",
"@type": "xsd:string"
},
"amount": {
"@id": "schema:amount",
"@type": "xsd:decimal"
},
"currency": {
"@id": "schema:currency",
"@type": "xsd:string"
},
"transaction_date": {
"@id": "schema:startDate",
"@type": "xsd:dateTime"
},
"kyc": "alloy:kyc",
"kyb": "alloy:kyb",
"aml": "alloy:aml",
"fraud_prevention": "alloy:fraudPrevention",
"compliance": "alloy:compliance",
"risk_decisioning": "alloy:riskDecisioning",
"ongoing_monitoring": "alloy:ongoingMonitoring",
"transaction_monitoring": "alloy:transactionMonitoring",
"onboarding": "alloy:onboarding",
"api": {
"@id": "alloy:api",
"@type": "@id"
},
"baseURL": {
"@id": "alloy:baseURL",
"@type": "@id"
},
"sandboxURL": {
"@id": "alloy:sandboxURL",
"@type": "@id"
},
"documentation": {
"@id": "schema:documentation",
"@type": "@id"
}
}
}