{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/tock/refs/heads/main/json-schema/reservation-visit-tag-schema.json",
"title": "tockVisitTag",
"description": "tockVisitTag schema from Tock Reservation Model",
"type": "object",
"properties": {
"tag": {
"type": "string",
"description": "The name of the tag assigned to the reservation."
}
}
}