Files
marka/registry/schema-org/TakeAction.schema.json
Max Richter c687eff53d big tings
2025-08-17 15:16:17 +02:00

14 lines
621 B
JSON

{
"$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"
}
]
}