Anrok · JSON-LD Context
Anrok Context
JSON-LD context defining the semantic vocabulary for Anrok from Anrok.
0 Classes
36 Properties
3 Namespaces
Namespaces
anrok:
https://apidocs.anrok.com/#
schema:
https://schema.org/
xsd:
http://www.w3.org/2001/XMLSchema#
Properties
| Property | Type | Container |
|---|---|---|
| seller | reference | |
| transaction | reference | |
| transactionId | ||
| ephemeralTransaction | reference | |
| negation | reference | |
| certificate | reference | |
| certificateId | ||
| certificateRequest | reference | |
| lineItem | reference | |
| lineItemId | ||
| productTaxCategory | reference | |
| productTaxCategoryId | ||
| productMapping | reference | |
| taxId | reference | |
| filing | reference | |
| jurisdiction | ||
| nexus | ||
| customerId | ||
| customerName | ||
| customerAddress | ||
| currency | ||
| amount | integer | |
| accountingTime | dateTime | |
| expirationDate | date | |
| integration | reference | |
| integrationId | ||
| productExternalId | ||
| taxAmountDue | integer | |
| jurisSummary | reference | |
| notTaxedReason | ||
| bearerToken | ||
| rateLimit | ||
| name | ||
| description | ||
| url | reference | |
JSON-LD Document
{
"@context": {
"@vocab": "https://schema.org/",
"anrok": "https://apidocs.anrok.com/#",
"schema": "https://schema.org/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"seller": {
"@id": "anrok:seller",
"@type": "@id"
},
"transaction": {
"@id": "anrok:Transaction",
"@type": "@id"
},
"transactionId": {
"@id": "anrok:transactionId"
},
"ephemeralTransaction": {
"@id": "anrok:EphemeralTransaction",
"@type": "@id"
},
"negation": {
"@id": "anrok:Negation",
"@type": "@id"
},
"certificate": {
"@id": "anrok:CustomerCertificate",
"@type": "@id"
},
"certificateId": {
"@id": "anrok:certificateId"
},
"certificateRequest": {
"@id": "anrok:CertificateRequest",
"@type": "@id"
},
"lineItem": {
"@id": "anrok:LineItem",
"@type": "@id"
},
"lineItemId": {
"@id": "anrok:lineItemId"
},
"productTaxCategory": {
"@id": "anrok:ProductTaxCategory",
"@type": "@id"
},
"productTaxCategoryId": {
"@id": "anrok:productTaxCategoryId"
},
"productMapping": {
"@id": "anrok:ProductMapping",
"@type": "@id"
},
"taxId": {
"@id": "anrok:CustomerTaxId",
"@type": "@id"
},
"filing": {
"@id": "anrok:Filing",
"@type": "@id"
},
"jurisdiction": {
"@id": "anrok:jurisdiction"
},
"nexus": {
"@id": "anrok:nexus"
},
"customerId": {
"@id": "anrok:customerId"
},
"customerName": {
"@id": "schema:name"
},
"customerAddress": {
"@id": "schema:PostalAddress"
},
"currency": {
"@id": "schema:currency"
},
"amount": {
"@id": "schema:amount",
"@type": "xsd:integer"
},
"accountingTime": {
"@id": "schema:dateCreated",
"@type": "xsd:dateTime"
},
"expirationDate": {
"@id": "schema:expires",
"@type": "xsd:date"
},
"integration": {
"@id": "anrok:Integration",
"@type": "@id"
},
"integrationId": {
"@id": "anrok:integrationId"
},
"productExternalId": {
"@id": "anrok:productExternalId"
},
"taxAmountDue": {
"@id": "anrok:taxAmountDue",
"@type": "xsd:integer"
},
"jurisSummary": {
"@id": "anrok:JurisSummary",
"@type": "@id"
},
"notTaxedReason": {
"@id": "anrok:notTaxedReason"
},
"bearerToken": {
"@id": "anrok:bearerToken"
},
"rateLimit": {
"@id": "anrok:rateLimit"
},
"name": {
"@id": "schema:name"
},
"description": {
"@id": "schema:description"
},
"url": {
"@id": "schema:url",
"@type": "@id"
},
"email": {
"@id": "schema:email"
}
}
}