{ "type": "object", "name": "Note", "properties": { "@type": { "type": "string", "description": "The type of note (always 'comments' in responses)" }, "text": { "type": "string", "description": "The comment text" }, "date": { "type": "datetime", "description": "The date the comment was created" }, "author": { "type": "string", "description": "The name of the user who wrote the comment" } }, "$schema": "https://json-structure.org/draft/2020-12/schema" }