Tufin · Schema

Task

A workflow task within a SecureChange ticket

Cloud SecurityComplianceFirewall ManagementNetwork SecurityNetwork TopologyPolicy OrchestrationRisk ManagementSecurity Policy ManagementZero Trust

Properties

Name Type Description
id integer Unique identifier of the task
name string Task name
type string Task type (e.g., approval, implementation, verification)
status string Current task status
assignee string Username assigned to this task
due_date string Task due date
fields array Dynamic task fields based on workflow configuration
View JSON Schema on GitHub

JSON Schema

tufin-task-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Task",
  "title": "Task",
  "type": "object",
  "description": "A workflow task within a SecureChange ticket",
  "properties": {
    "id": {
      "type": "integer",
      "description": "Unique identifier of the task"
    },
    "name": {
      "type": "string",
      "description": "Task name"
    },
    "type": {
      "type": "string",
      "description": "Task type (e.g., approval, implementation, verification)"
    },
    "status": {
      "type": "string",
      "description": "Current task status",
      "enum": [
        "New",
        "In Progress",
        "Completed",
        "Rejected",
        "Not Started"
      ]
    },
    "assignee": {
      "type": "string",
      "description": "Username assigned to this task"
    },
    "due_date": {
      "type": "string",
      "format": "date-time",
      "description": "Task due date"
    },
    "fields": {
      "type": "array",
      "items": {
        "type": "object"
      },
      "description": "Dynamic task fields based on workflow configuration"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/tufin-task"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.