Felt · Schema

Source

MapsGISGeospatialCollaborativeMappingLayersEmbedding

Properties

Name Type Description
automatic_sync string
connection object
created_at integer
datasets array
id object
last_synced_at integer
name string
owner_id object
permissions object
sync_status string
type string
updated_at integer
workspace_id object
View JSON Schema on GitHub

JSON Schema

felt-source.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Source",
  "additionalProperties": false,
  "properties": {
    "automatic_sync": {
      "enum": [
        "enabled",
        "paused"
      ],
      "type": "string"
    },
    "connection": {
      "nullable": true,
      "oneOf": [
        {
          "$ref": "#/components/schemas/SourceConnection-ABSBucket"
        },
        {
          "$ref": "#/components/schemas/SourceConnection-Google-BigQuery"
        },
        {
          "$ref": "#/components/schemas/SourceConnection-Databricks"
        },
        {
          "$ref": "#/components/schemas/SourceConnection-ESRI-FeatureServer"
        },
        {
          "$ref": "#/components/schemas/SourceConnection-GCSBucket"
        },
        {
          "$ref": "#/components/schemas/SourceConnection-Microsoft-SQL"
        },
        {
          "$ref": "#/components/schemas/SourceConnection-Postgres"
        },
        {
          "$ref": "#/components/schemas/SourceConnection-Amazon-Redshift"
        },
        {
          "$ref": "#/components/schemas/SourceConnection-S3Bucket"
        },
        {
          "$ref": "#/components/schemas/SourceConnection-Snowflake"
        },
        {
          "$ref": "#/components/schemas/SourceConnection-STAC"
        },
        {
          "$ref": "#/components/schemas/SourceConnection-WFS"
        },
        {
          "$ref": "#/components/schemas/SourceConnection-WMS-WMTS"
        }
      ]
    },
    "created_at": {
      "nullable": true,
      "type": "integer"
    },
    "datasets": {
      "items": {
        "$ref": "#/components/schemas/SourceDataset"
      },
      "type": "array"
    },
    "id": {
      "$ref": "#/components/schemas/FeltID"
    },
    "last_synced_at": {
      "nullable": true,
      "type": "integer"
    },
    "name": {
      "type": "string"
    },
    "owner_id": {
      "$ref": "#/components/schemas/FeltID"
    },
    "permissions": {
      "$ref": "#/components/schemas/SourcePermissions"
    },
    "sync_status": {
      "enum": [
        "syncing",
        "completed",
        "failed"
      ],
      "type": "string"
    },
    "type": {
      "enum": [
        "source"
      ],
      "type": "string"
    },
    "updated_at": {
      "nullable": true,
      "type": "integer"
    },
    "workspace_id": {
      "$ref": "#/components/schemas/FeltID"
    }
  },
  "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-source"
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.