Taxonomy

Accountable

Taxonomy

The organization responsible for deploying and operating this AI system.

Elements

Raw JSON

Live API response from GET /schemas/ai@2026-05-06-beta/categories (this category) and GET /schemas/ai@2026-05-06-beta/elements?category_id=accountable.

category "accountable"99 lines
{
  "id": "accountable",
  "name": [
    {
      "locale": "en",
      "value": "Accountable"
    }
  ],
  "description": [
    {
      "locale": "en",
      "value": "The organization responsible for deploying and operating this AI system."
    }
  ],
  "prompt": [
    {
      "locale": "en",
      "value": "Who is accountable for this AI system?"
    }
  ],
  "authoring_guidance": [],
  "examples": [],
  "sources": [],
  "required": true,
  "order": 2,
  "datachain_type": "ai",
  "shape": "hexagon",
  "element_variables": [
    {
      "id": "title",
      "label": [
        {
          "locale": "en",
          "value": "Title"
        }
      ],
      "required": true
    },
    {
      "id": "description",
      "label": [
        {
          "locale": "en",
          "value": "Description"
        }
      ],
      "required": true
    }
  ],
  "element_context": {
    "id": "role",
    "name": [
      {
        "locale": "en",
        "value": "Role"
      }
    ],
    "description": [
      {
        "locale": "en",
        "value": "How this organization participates in the deployment of the AI system."
      }
    ],
    "values": [
      {
        "id": "vendor",
        "name": [
          {
            "locale": "en",
            "value": "Vendor"
          }
        ],
        "description": [
          {
            "locale": "en",
            "value": "The organization that builds, supplies, or licenses the AI system."
          }
        ],
        "color": null
      },
      {
        "id": "deployer",
        "name": [
          {
            "locale": "en",
            "value": "Deployer"
          }
        ],
        "description": [
          {
            "locale": "en",
            "value": "The organization that deploys and operates the AI system in this place."
          }
        ],
        "color": null
      }
    ]
  }
}
elements in "accountable" (2)104 lines
[
  {
    "id": "institution",
    "category_id": "accountable",
    "title": [
      {
        "locale": "en",
        "value": "Institution"
      }
    ],
    "description": [
      {
        "locale": "en",
        "value": "The entity that is responsible and accountable for this data collection activity"
      }
    ],
    "authoring_guidance": [],
    "examples": [],
    "sources": [],
    "symbol_id": "institution",
    "variables": [
      {
        "id": "title",
        "label": [
          {
            "locale": "en",
            "value": "Title"
          }
        ],
        "required": true
      },
      {
        "id": "description",
        "label": [
          {
            "locale": "en",
            "value": "Description"
          }
        ],
        "required": true
      }
    ],
    "shape": "hexagon",
    "icon_variants": [
      "default",
      "dark",
      "vendor",
      "vendor.dark",
      "deployer",
      "deployer.dark"
    ]
  },
  {
    "id": "organization",
    "category_id": "accountable",
    "title": [
      {
        "locale": "en",
        "value": "Organization"
      }
    ],
    "description": [
      {
        "locale": "en",
        "value": "The entity that is responsible and accountable for this data collection activity"
      }
    ],
    "authoring_guidance": [],
    "examples": [],
    "sources": [],
    "symbol_id": "organization",
    "variables": [
      {
        "id": "title",
        "label": [
          {
            "locale": "en",
            "value": "Title"
          }
        ],
        "required": true
      },
      {
        "id": "description",
        "label": [
          {
            "locale": "en",
            "value": "Description"
          }
        ],
        "required": true
      }
    ],
    "shape": "hexagon",
    "icon_variants": [
      "default",
      "dark",
      "vendor",
      "vendor.dark",
      "deployer",
      "deployer.dark"
    ]
  }
]