{ "type": "object", "description": "Request body for updating a note", "name": "NoteUpdateRequest", "properties": { "properties": { "type": "object", "description": "The note properties to update" } }, "required": [ "properties" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }