Types
DigitalDocument
Example
{
"type": "DigitalDocument",
"id": "http://user.example.com/public/logo/archive.zip",
"name": "archive.zip",
"encodingFormat": "application/zip",
"about": {
"type": "RealEstateTransaction",
"identifier": {
"bmsTransactionId": "xxxx"
}
},
"url": "https://example.com"
}
Schema
| Name | Type | Description |
|---|---|---|
| (root) | object | an electronic file. |
| type | string | allowed ("DigitalDocument") |
| id | string | - |
| name | string | document name or title |
| encodingFormat | string | ISO Media Type |
| about | object | subject of the Document |
| url | string | public URL of the object |