Veryfi · JSON-LD Context
Veryfi Context
JSON-LD context defining the semantic vocabulary for Veryfi from Veryfi.
9 Classes
28 Properties
4 Namespaces
Namespaces
schema:
https://schema.org/
veryfi:
https://www.veryfi.com/vocabulary/
xsd:
http://www.w3.org/2001/XMLSchema#
gr:
http://purl.org/goodrelations/v1#
Classes
Document
BankStatement
Invoice
Receipt
W2Form
W9Form
Check
LineItem
Vendor
Properties
| Property | Type | Container |
|---|---|---|
| id | integer | |
| external_id | string | |
| document_type | string | |
| vendor | reference | |
| date | string | |
| due_date | string | |
| invoice_number | string | |
| total | decimal | |
| subtotal | decimal | |
| tax | decimal | |
| tip | decimal | |
| currency_code | string | |
| line_items | list | |
| description | string | |
| quantity | decimal | |
| price | decimal | |
| tags | list | |
| created | dateTime | |
| updated | dateTime | |
| account_number | string | |
| routing_number | string | |
| bank_name | string | |
| opening_balance | decimal | |
| closing_balance | decimal | |
| transactions | list | |
| wages | decimal | |
| federal_tax_withheld | decimal | |
| tin | string |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"schema": "https://schema.org/",
"veryfi": "https://www.veryfi.com/vocabulary/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"gr": "http://purl.org/goodrelations/v1#",
"Document": "schema:CreativeWork",
"BankStatement": "schema:FinancialProduct",
"Invoice": "schema:Invoice",
"Receipt": "schema:Receipt",
"W2Form": "veryfi:W2Form",
"W9Form": "veryfi:W9Form",
"Check": "schema:PaymentCard",
"LineItem": "schema:OrderItem",
"Vendor": "schema:Organization",
"id": {
"@id": "schema:identifier",
"@type": "xsd:integer"
},
"external_id": {
"@id": "veryfi:externalId",
"@type": "xsd:string"
},
"document_type": {
"@id": "veryfi:documentType",
"@type": "xsd:string"
},
"vendor": {
"@id": "schema:seller",
"@type": "@id"
},
"date": {
"@id": "schema:dateIssued",
"@type": "xsd:string"
},
"due_date": {
"@id": "schema:paymentDueDate",
"@type": "xsd:string"
},
"invoice_number": {
"@id": "schema:confirmationNumber",
"@type": "xsd:string"
},
"total": {
"@id": "schema:totalPaymentDue",
"@type": "xsd:decimal"
},
"subtotal": {
"@id": "veryfi:subtotal",
"@type": "xsd:decimal"
},
"tax": {
"@id": "veryfi:taxAmount",
"@type": "xsd:decimal"
},
"tip": {
"@id": "veryfi:tipAmount",
"@type": "xsd:decimal"
},
"currency_code": {
"@id": "schema:priceCurrency",
"@type": "xsd:string"
},
"line_items": {
"@id": "schema:orderedItem",
"@container": "@list"
},
"description": {
"@id": "schema:description",
"@type": "xsd:string"
},
"quantity": {
"@id": "schema:orderQuantity",
"@type": "xsd:decimal"
},
"price": {
"@id": "schema:price",
"@type": "xsd:decimal"
},
"tags": {
"@id": "schema:keywords",
"@container": "@list"
},
"created": {
"@id": "schema:dateCreated",
"@type": "xsd:dateTime"
},
"updated": {
"@id": "schema:dateModified",
"@type": "xsd:dateTime"
},
"account_number": {
"@id": "veryfi:accountNumber",
"@type": "xsd:string"
},
"routing_number": {
"@id": "veryfi:routingNumber",
"@type": "xsd:string"
},
"bank_name": {
"@id": "schema:name",
"@type": "xsd:string"
},
"opening_balance": {
"@id": "veryfi:openingBalance",
"@type": "xsd:decimal"
},
"closing_balance": {
"@id": "veryfi:closingBalance",
"@type": "xsd:decimal"
},
"transactions": {
"@id": "schema:accountId",
"@container": "@list"
},
"wages": {
"@id": "veryfi:wages",
"@type": "xsd:decimal"
},
"federal_tax_withheld": {
"@id": "veryfi:federalTaxWithheld",
"@type": "xsd:decimal"
},
"tin": {
"@id": "veryfi:taxpayerIdentificationNumber",
"@type": "xsd:string"
}
}
}