Lytics · Schema

Lytics Segment

Schema for a Lytics audience segment definition.

Customer Data PlatformCDPPersonalizationSegmentationUser ProfilesBehavioral AnalyticsContent AffinityReal-Time DataMarketing AutomationAudience Activation

Properties

Name Type Description
id string Unique segment identifier (UUID)
slug_name string URL-safe slug for the segment
name string Human-readable display name for the segment
kind string Segment type
filter_ql string Lytics Query Language (LQL) expression that defines segment membership
size integer Current count of users in this segment
created string Timestamp when the segment was created
modified string Timestamp when the segment was last modified
author_id string User ID of the account member who created the segment
public boolean Whether the segment is visible across accounts
View JSON Schema on GitHub

JSON Schema

lytics-segment-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/lytics/main/json-schema/lytics-segment-schema.json",
  "title": "Lytics Segment",
  "description": "Schema for a Lytics audience segment definition.",
  "type": "object",
  "required": ["id", "slug_name", "name"],
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique segment identifier (UUID)"
    },
    "slug_name": {
      "type": "string",
      "description": "URL-safe slug for the segment",
      "pattern": "^[a-z0-9_]+$"
    },
    "name": {
      "type": "string",
      "description": "Human-readable display name for the segment"
    },
    "kind": {
      "type": "string",
      "description": "Segment type",
      "enum": ["audience", "content", "behavioral"]
    },
    "filter_ql": {
      "type": "string",
      "description": "Lytics Query Language (LQL) expression that defines segment membership"
    },
    "size": {
      "type": "integer",
      "description": "Current count of users in this segment",
      "minimum": 0
    },
    "created": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp when the segment was created"
    },
    "modified": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp when the segment was last modified"
    },
    "author_id": {
      "type": "string",
      "description": "User ID of the account member who created the segment"
    },
    "public": {
      "type": "boolean",
      "description": "Whether the segment is visible across accounts"
    }
  },
  "additionalProperties": false
}

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/lytics-segment"
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.