Pleo · Schema

AggregatedTagGroupModel

Expense ManagementCompany CardsSpend ManagementReimbursementAccountingFintechFinance

Properties

Name Type Description
archived boolean This tag group is not used anymore
code string External identifier of the Tag group / Dimension used for mapping to accounting system
companyId string Unique identifier of the company the Tag Group belongs to
createdAt string Creation date and time
dimensions array List of all the dimensions associated with this tag group
id string Unique identifier of Tag Group (generated on creation)
name string User readable name of Tag Group
updatedAt string Date and time of the last update
View JSON Schema on GitHub

JSON Schema

pleo-aggregated-tag-group-model-schema.json Raw ↑
{
  "required": [
    "archived",
    "code",
    "companyId",
    "createdAt",
    "dimensions",
    "id",
    "name",
    "updatedAt"
  ],
  "type": "object",
  "properties": {
    "archived": {
      "type": "boolean",
      "description": "This tag group is not used anymore",
      "example": false
    },
    "code": {
      "type": "string",
      "description": "External identifier of the Tag group / Dimension used for mapping to accounting system",
      "example": "5524f270-6c21-11ee-b962-0242ac120002"
    },
    "companyId": {
      "type": "string",
      "description": "Unique identifier of the company the Tag Group belongs to",
      "format": "uuid",
      "example": "c04c7e9e-6c15-11ee-b962-0242ac120003"
    },
    "createdAt": {
      "type": "string",
      "description": "Creation date and time",
      "format": "date-time",
      "example": "2023-08-23T03:11:48.000Z"
    },
    "dimensions": {
      "type": "array",
      "description": "List of all the dimensions associated with this tag group",
      "items": {
        "$ref": "#/components/schemas/AggregatedTagGroupDimensionModel"
      }
    },
    "id": {
      "type": "string",
      "description": "Unique identifier of Tag Group (generated on creation)",
      "format": "uuid",
      "example": "c04c7e9e-6c15-11ee-b962-0242ac120002"
    },
    "name": {
      "type": "string",
      "description": "User readable name of Tag Group",
      "example": "Projects"
    },
    "updatedAt": {
      "type": "string",
      "description": "Date and time of the last update",
      "format": "date-time",
      "example": "2023-08-23T03:11:48.000Z"
    }
  },
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "AggregatedTagGroupModel"
}

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/pleo-aggregated-tag-group-model"
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 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.