{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/tock/refs/heads/main/json-structure/reservation-note-structure.json", "name": "tockNote", "description": "tockNote schema from Tock Reservation Model", "type": "object", "properties": { "noteType": { "$ref": "reservation-note-note-type-schema.json", "description": "The type of note being described by this object." }, "text": { "type": "string", "description": "The full text of the note." } } }