Trelica · Schema

Trelica Person

Schema for a person (employee) in the Trelica platform

Contract ManagementIT ManagementLicense ManagementSaaS ManagementSoftware Asset Management

Properties

Name Type Description
id string Unique person identifier
displayName string Full display name
email string Primary email address
department string Department or team
jobTitle string Job title
manager string Manager's person ID
active boolean Whether the person is currently active
startDate string Employment start date
endDate string Employment end date (if applicable)
lastModifiedDtm string Last modification timestamp
View JSON Schema on GitHub

JSON Schema

trelica-person-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/trelica/main/json-schema/trelica-person-schema.json",
  "title": "Trelica Person",
  "description": "Schema for a person (employee) in the Trelica platform",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique person identifier"
    },
    "displayName": {
      "type": "string",
      "description": "Full display name"
    },
    "email": {
      "type": "string",
      "format": "email",
      "description": "Primary email address"
    },
    "department": {
      "type": "string",
      "description": "Department or team"
    },
    "jobTitle": {
      "type": "string",
      "description": "Job title"
    },
    "manager": {
      "type": "string",
      "description": "Manager's person ID"
    },
    "active": {
      "type": "boolean",
      "description": "Whether the person is currently active"
    },
    "startDate": {
      "type": "string",
      "format": "date",
      "description": "Employment start date"
    },
    "endDate": {
      "type": "string",
      "format": "date",
      "description": "Employment end date (if applicable)"
    },
    "lastModifiedDtm": {
      "type": "string",
      "format": "date-time",
      "description": "Last modification timestamp"
    }
  },
  "required": ["id", "displayName", "email"],
  "additionalProperties": true
}

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/trelica-person"
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.