Felt · Schema

LayerGroup

MapsGISGeospatialCollaborativeMappingLayersEmbedding

Properties

Name Type Description
caption string
id object
layers array
legend_visibility string Controls how the layer group is displayed in the legend. Defaults to "show".
links object
name string
ordering_key integer A sort order key used for ordering layers and layer groups in the legend
subtitle string Deprecated: use `caption` instead.
type string
visibility_interaction string Controls how the layer group is displayed in the legend. Defaults to `"default"`.
View JSON Schema on GitHub

JSON Schema

felt-layergroup.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "LayerGroup",
  "additionalProperties": false,
  "properties": {
    "caption": {
      "nullable": true,
      "type": "string"
    },
    "id": {
      "$ref": "#/components/schemas/FeltID"
    },
    "layers": {
      "items": {
        "$ref": "#/components/schemas/Layer"
      },
      "type": "array"
    },
    "legend_visibility": {
      "description": "Controls how the layer group is displayed in the legend. Defaults to \"show\".",
      "enum": [
        "hide",
        "show"
      ],
      "nullable": true,
      "type": "string"
    },
    "links": {
      "properties": {
        "self": {
          "example": "https://felt.com/api/v2/maps/V0dnOMOuTd9B9BOsL9C0UjmqC/layer_groups/v13k4Ae9BRjCHHdPP5Fcm6D",
          "type": "string"
        }
      },
      "type": "object"
    },
    "name": {
      "nullable": false,
      "type": "string"
    },
    "ordering_key": {
      "description": "A sort order key used for ordering layers and layer groups in the legend",
      "nullable": false,
      "type": "integer"
    },
    "subtitle": {
      "deprecated": true,
      "description": "Deprecated: use `caption` instead.",
      "nullable": true,
      "type": "string"
    },
    "type": {
      "enum": [
        "layer_group"
      ],
      "type": "string"
    },
    "visibility_interaction": {
      "description": "Controls how the layer group is displayed in the legend. Defaults to `\"default\"`.",
      "enum": [
        "default",
        "slider",
        "select",
        "multi_select"
      ],
      "nullable": false,
      "type": "string"
    }
  },
  "required": [
    "id",
    "type",
    "name",
    "caption",
    "visibility_interaction",
    "layers"
  ],
  "type": "object"
}

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/felt-layergroup"
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.