Allianz Trade · JSON-LD Context
Allianz Trade Claims Context
JSON-LD context defining the semantic vocabulary for Allianz Trade Claims from Allianz Trade.
0 Classes
22 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 |
|---|---|---|
| claimId | string | |
| policyId | string | |
| debtorName | string | |
| debtorId | string | |
| claimAmount | decimal | |
| approvedAmount | decimal | |
| currency | string | |
| claimStatus | string | |
| lossDate | date | |
| invoiceReference | string | |
| overdueId | string | |
| submittedAt | dateTime | |
| resolvedAt | 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/",
"claimId": {"@id": "trade:claimId", "@type": "xsd:string"},
"policyId": {"@id": "trade:policyId", "@type": "xsd:string"},
"debtorName": {"@id": "schema:name", "@type": "xsd:string"},
"debtorId": {"@id": "trade:debtorId", "@type": "xsd:string"},
"claimAmount": {"@id": "schema:amount", "@type": "xsd:decimal"},
"approvedAmount": {"@id": "trade:approvedAmount", "@type": "xsd:decimal"},
"currency": {"@id": "schema:currency", "@type": "xsd:string"},
"claimStatus": {"@id": "schema:status", "@type": "xsd:string"},
"lossDate": {"@id": "trade:lossDate", "@type": "xsd:date"},
"invoiceReference": {"@id": "trade:invoiceReference", "@type": "xsd:string"},
"overdueId": {"@id": "trade:overdueId", "@type": "xsd:string"},
"submittedAt": {"@id": "schema:dateCreated", "@type": "xsd:dateTime"},
"resolvedAt": {"@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"}
}
}