Digital
A digital object is a type of object that exists in the form of digital data, which can be stored, processed, or transmitted electronically. Unlike informational objects that primarily focus on conveying information or ideas, digital objects emphasize their digital nature, representation, or format. Digital objects can be created, accessed, and manipulated using digital technologies, such as computers, smartphones, or other electronic devices.
Data structure
| Field | Type | Description | Mandatory |
|---|---|---|---|
| type | string | Type of the digital object | Yes |
| creationDate | Date | Date when the digital object was created | Yes |
| scope | string | Scope or context of existence | No |
| platform | string | Platform or environment | No |
Example
"digital":{
"type": "token",
"creationDate": "2018-07-30",
"scope": "Decentralized",
"platform": "Ethereum Blockchain"
}