Speakeasy · Schema

Namespace

A namespace contains many revisions.

Artificial IntelligenceDocumentationMCPPlatformSDKTerraformTesting

Properties

Name Type Description
id string {organization_slug}/{workspace_slug}/{namespace_name}
name string A human-readable name for the namespace.
created_at string
updated_at string
public boolean Indicates whether the namespace is publicly accessible
archived_at string
latest_revision_metadata object
composite_spec_metadata object
View JSON Schema on GitHub

JSON Schema

speakeasy-namespace-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Namespace",
  "title": "Namespace",
  "description": "A namespace contains many revisions.",
  "properties": {
    "id": {
      "type": "string",
      "description": "{organization_slug}/{workspace_slug}/{namespace_name}"
    },
    "name": {
      "type": "string",
      "description": "A human-readable name for the namespace."
    },
    "created_at": {
      "format": "date-time",
      "readOnly": true,
      "type": "string"
    },
    "updated_at": {
      "format": "date-time",
      "readOnly": true,
      "type": "string"
    },
    "public": {
      "readOnly": true,
      "type": "boolean",
      "description": "Indicates whether the namespace is publicly accessible"
    },
    "archived_at": {
      "format": "date-time",
      "readOnly": true,
      "type": "string"
    },
    "latest_revision_metadata": {
      "$ref": "#/components/schemas/RevisionContentsMetadata"
    },
    "composite_spec_metadata": {
      "type": "object",
      "properties": {
        "subscription_id": {
          "type": "string",
          "readOnly": true,
          "description": "The subscription ID for the remote source subscription, if applicable. This indicates that the namespace is created by a remote source and thus is composite."
        },
        "subscription_settings": {
          "$ref": "#/components/schemas/RemoteSourceSubscriptionSettings"
        }
      },
      "required": [
        "subscription_id",
        "subscription_settings"
      ]
    }
  },
  "required": [
    "id",
    "name",
    "created_at",
    "updated_at"
  ]
}

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/speakeasy-namespace"
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.