big tings
This commit is contained in:
13
registry/schema-org/TrainReservation.schema.json
Normal file
13
registry/schema-org/TrainReservation.schema.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||||
"$id": "schema:TrainReservation",
|
||||
"title": "TrainReservation",
|
||||
"description": "A reservation for train travel.\\n\\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, use [[Offer]].",
|
||||
"type": "object",
|
||||
"allOf": [
|
||||
{
|
||||
"description": "Describes a reservation for travel, dining or an event. Some reservations require tickets. \\n\\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, restaurant reservations, flights, or rental cars, use [[Offer]].",
|
||||
"$ref": "schema:Reservation"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user