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

NameTypeDescription
(root)objectan electronic file.
typestringallowed ("DigitalDocument")
idstring-
namestringdocument name or title
encodingFormatstringISO Media Type
aboutobjectsubject of the Document
urlstringpublic URL of the object
Previous
ContactSummary