big tings
This commit is contained in:
13
registry/schema-org/DownloadAction.schema.json
Normal file
13
registry/schema-org/DownloadAction.schema.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"$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"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user