14 lines
403 B
JSON
14 lines
403 B
JSON
{
|
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
"$id": "schema:DownloadAction",
|
|
"title": "DownloadAction",
|
|
"description": "The act of downloading an object.",
|
|
"type": "object",
|
|
"allOf": [
|
|
{
|
|
"description": "The act of transferring/moving (abstract or concrete) animate or inanimate objects from one place to another.",
|
|
"$ref": "schema:TransferAction"
|
|
}
|
|
]
|
|
}
|