Unified.to · Schema

TaskComments

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

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