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

14 lines
943 B
JSON

{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "schema:CheckOutAction",
"title": "CheckOutAction",
"description": "The act of an agent communicating (service provider, social media, etc) their departure of a previously reserved service (e.g. flight check-in) or place (e.g. hotel).\\n\\nRelated actions:\\n\\n* [[CheckInAction]]: The antonym of CheckOutAction.\\n* [[DepartAction]]: Unlike DepartAction, CheckOutAction implies that the agent is informing/confirming the end of a previously reserved service.\\n* [[CancelAction]]: Unlike CancelAction, CheckOutAction implies that the agent is informing/confirming the end of a previously reserved service.",
"type": "object",
"allOf": [
{
"description": "The act of conveying information to another person via a communication medium (instrument) such as speech, email, or telephone conversation.",
"$ref": "schema:CommunicateAction"
}
]
}