{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/TaskComments", "title": "TaskComments", "items": { "$ref": "#/components/schemas/TaskComment" }, "type": "array" }