Properties
| Name | Type | Description |
|---|---|---|
| basemap | string | |
| created_at | string | |
| element_groups | array | |
| elements | object | |
| folder_id | string | |
| id | object | |
| layer_groups | array | |
| layers | array | |
| links | object | |
| project_id | string | |
| public_access | string | |
| table_settings | object | |
| thumbnail_url | string | A static thumbnail image of the map |
| title | string | |
| type | string | |
| url | string | |
| viewer_permissions | object | |
| visited_at | string |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Map",
"additionalProperties": false,
"properties": {
"basemap": {
"type": "string"
},
"created_at": {
"example": "2024-05-25T15:51:34",
"format": "date_time",
"type": "string"
},
"element_groups": {
"items": {
"properties": {
"elements": {
"$ref": "#/components/schemas/GeoJSON"
},
"id": {
"$ref": "#/components/schemas/FeltID"
},
"name": {
"nullable": true,
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"elements": {
"$ref": "#/components/schemas/GeoJSON"
},
"folder_id": {
"nullable": true,
"type": "string"
},
"id": {
"$ref": "#/components/schemas/FeltID"
},
"layer_groups": {
"items": {
"$ref": "#/components/schemas/LayerGroup"
},
"type": "array"
},
"layers": {
"items": {
"$ref": "#/components/schemas/Layer"
},
"type": "array"
},
"links": {
"properties": {
"self": {
"example": "https://felt.com/api/v2/maps/V0dnOMOuTd9B9BOsL9C0UjmqC",
"type": "string"
}
},
"type": "object"
},
"project_id": {
"nullable": false,
"type": "string"
},
"public_access": {
"enum": [
"private",
"view_only",
"view_and_comment",
"view_comment_and_edit"
],
"type": "string"
},
"table_settings": {
"$ref": "#/components/schemas/MapTableSettings"
},
"thumbnail_url": {
"description": "A static thumbnail image of the map",
"nullable": true,
"type": "string"
},
"title": {
"type": "string"
},
"type": {
"enum": [
"map"
],
"type": "string"
},
"url": {
"type": "string"
},
"viewer_permissions": {
"$ref": "#/components/schemas/MapViewerPermissions"
},
"visited_at": {
"format": "date_time",
"nullable": true,
"type": "string"
}
},
"required": [
"id",
"type",
"url",
"title",
"thumbnail_url",
"created_at",
"visited_at",
"layers",
"layer_groups",
"elements",
"element_groups",
"project_id",
"public_access"
],
"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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/felt-map"
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.