Allianz Trade · JSON-LD Context
Allianz Trade Policy Context
JSON-LD context defining the semantic vocabulary for Allianz Trade Policy from Allianz Trade.
0 Classes
23 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 |
|---|---|---|
| policyId | string | |
| policyNumber | string | |
| policyHolderName | string | |
| policyType | string | |
| policyStatus | string | |
| currency | string | |
| maxCoverageAmount | decimal | |
| coveragePercentage | integer | |
| startDate | date | |
| endDate | date | |
| country | string | |
| createdAt | dateTime | |
| jointInsuredId | string | |
| companyName | string | |
| registrationNumber | string | |
| status | string | |
| jobId | string | |
| result | ||
| 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/",
"policyId": {"@id": "trade:policyId", "@type": "xsd:string"},
"policyNumber": {"@id": "schema:identifier", "@type": "xsd:string"},
"policyHolderName": {"@id": "schema:name", "@type": "xsd:string"},
"policyType": {"@id": "trade:policyType", "@type": "xsd:string"},
"policyStatus": {"@id": "schema:status", "@type": "xsd:string"},
"currency": {"@id": "schema:currency", "@type": "xsd:string"},
"maxCoverageAmount": {"@id": "trade:maxCoverageAmount", "@type": "xsd:decimal"},
"coveragePercentage": {"@id": "trade:coveragePercentage", "@type": "xsd:integer"},
"startDate": {"@id": "schema:startDate", "@type": "xsd:date"},
"endDate": {"@id": "schema:endDate", "@type": "xsd:date"},
"country": {"@id": "schema:addressCountry", "@type": "xsd:string"},
"createdAt": {"@id": "schema:dateCreated", "@type": "xsd:dateTime"},
"jointInsuredId": {"@id": "trade:jointInsuredId", "@type": "xsd:string"},
"companyName": {"@id": "schema:name", "@type": "xsd:string"},
"registrationNumber": {"@id": "schema:taxID", "@type": "xsd:string"},
"status": {"@id": "schema:status", "@type": "xsd:string"},
"jobId": {"@id": "trade:jobId", "@type": "xsd:string"},
"result": {"@id": "trade:result"},
"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"}
}
}