Allianz Trade Company Grade Context
JSON-LD context defining the semantic vocabulary for Allianz Trade Company Grade from Allianz Trade.
0 Classes
21 Properties
3 Namespaces
Namespaces
xsd:
http://www.w3.org/2001/XMLSchema#
schema:
https://schema.org/
trade:
https://api.allianz-trade.com/vocab/
Properties
| Property |
Type |
Container |
| gradeId |
string |
|
| policyId |
string |
|
| companyName |
string |
|
| companyRegistrationNumber |
string |
|
| country |
string |
|
| grade |
string |
|
| gradeScore |
integer |
|
| currency |
string |
|
| creditLimit |
decimal |
|
| requestedCreditLimit |
decimal |
|
| validUntil |
date |
|
| gradedAt |
dateTime |
|
| jobId |
string |
|
| status |
string |
|
| result |
|
|
| createdAt |
dateTime |
|
| completedAt |
dateTime |
|
| code |
string |
|
| message |
string |
|
| requestId |
string |
|
| data |
|
list |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"xsd": "http://www.w3.org/2001/XMLSchema#",
"schema": "https://schema.org/",
"trade": "https://api.allianz-trade.com/vocab/",
"gradeId": {"@id": "trade:gradeId", "@type": "xsd:string"},
"policyId": {"@id": "trade:policyId", "@type": "xsd:string"},
"companyName": {"@id": "schema:name", "@type": "xsd:string"},
"companyRegistrationNumber": {"@id": "schema:taxID", "@type": "xsd:string"},
"country": {"@id": "schema:addressCountry", "@type": "xsd:string"},
"grade": {"@id": "trade:creditGrade", "@type": "xsd:string"},
"gradeScore": {"@id": "trade:gradeScore", "@type": "xsd:integer"},
"currency": {"@id": "schema:currency", "@type": "xsd:string"},
"creditLimit": {"@id": "trade:creditLimit", "@type": "xsd:decimal"},
"requestedCreditLimit": {"@id": "trade:requestedCreditLimit", "@type": "xsd:decimal"},
"validUntil": {"@id": "schema:validThrough", "@type": "xsd:date"},
"gradedAt": {"@id": "schema:dateModified", "@type": "xsd:dateTime"},
"jobId": {"@id": "trade:jobId", "@type": "xsd:string"},
"status": {"@id": "schema:status", "@type": "xsd:string"},
"result": {"@id": "trade:result"},
"createdAt": {"@id": "schema:dateCreated", "@type": "xsd:dateTime"},
"completedAt": {"@id": "schema:dateModified", "@type": "xsd:dateTime"},
"code": {"@id": "trade:errorCode", "@type": "xsd:string"},
"message": {"@id": "schema:description", "@type": "xsd:string"},
"requestId": {"@id": "trade:requestId", "@type": "xsd:string"},
"data": {"@id": "trade:data", "@container": "@list"}
}
}