UML · JSON Structure

Uml Diagram Structure

Structure documentation for the UML Diagram entity, describing fields, types, and relationships.

Type: object Properties: 0
UMLModelingDiagramsSoftware ArchitectureDesignStandards

Uml Diagram Structure is a JSON Structure definition published by UML.

Meta-schema:

JSON Structure

Raw ↑
{
  "title": "UML Diagram Structure",
  "description": "Structure documentation for the UML Diagram entity, describing fields, types, and relationships.",
  "type": "object",
  "fields": [
    {
      "name": "id",
      "type": "string",
      "required": false,
      "description": "Unique identifier for the diagram"
    },
    {
      "name": "title",
      "type": "string",
      "required": false,
      "description": "Human-readable title for the diagram"
    },
    {
      "name": "description",
      "type": "string",
      "required": false,
      "description": "Description of what the diagram represents"
    },
    {
      "name": "diagramType",
      "type": "enum",
      "required": true,
      "description": "The type of UML or other diagram",
      "values": [
        "class", "sequence", "activity", "usecase", "state",
        "component", "deployment", "object", "package", "timing",
        "interaction", "collaboration", "entity-relationship",
        "flowchart", "mindmap", "gantt", "other"
      ]
    },
    {
      "name": "source",
      "type": "string",
      "required": true,
      "description": "Plain-text source of the diagram in the chosen markup language"
    },
    {
      "name": "format",
      "type": "enum",
      "required": true,
      "description": "The markup language / tool format used for the source",
      "values": ["plantuml", "mermaid", "graphviz", "d2", "structurizr", "nomnoml", "excalidraw", "other"]
    },
    {
      "name": "encodedSource",
      "type": "string",
      "required": false,
      "description": "Deflate + base64url encoded source for use with PlantUML/Kroki GET endpoints"
    },
    {
      "name": "outputUrl",
      "type": "uri",
      "required": false,
      "description": "URL to the rendered diagram image"
    },
    {
      "name": "outputFormat",
      "type": "enum",
      "required": false,
      "description": "The output format of the rendered image",
      "values": ["svg", "png", "jpeg", "pdf", "ascii"]
    },
    {
      "name": "tags",
      "type": "array<string>",
      "required": false,
      "description": "Tags categorizing the diagram content"
    },
    {
      "name": "created",
      "type": "datetime",
      "required": false,
      "description": "ISO 8601 creation timestamp"
    },
    {
      "name": "modified",
      "type": "datetime",
      "required": false,
      "description": "ISO 8601 last-modified timestamp"
    }
  ]
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/uml-diagram-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

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

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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