big tings
This commit is contained in:
13
registry/schema-org/TakeAction.schema.json
Normal file
13
registry/schema-org/TakeAction.schema.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||||
"$id": "schema:TakeAction",
|
||||
"title": "TakeAction",
|
||||
"description": "The act of gaining ownership of an object from an origin. Reciprocal of GiveAction.\\n\\nRelated actions:\\n\\n* [[GiveAction]]: The reciprocal of TakeAction.\\n* [[ReceiveAction]]: Unlike ReceiveAction, TakeAction implies that ownership has been transferred.",
|
||||
"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