API-Fiddle · Schema

API Fiddle Workspace

A workspace within the API Fiddle platform used to organize and group related API design projects.

API DesignOpenAPICollaborationDocumentationPlatform

Properties

Name Type Description
id string Unique identifier for the workspace.
name string Name of the workspace.
description string A detailed description of the workspace.
ownerId string Identifier of the user who owns the workspace.
members array List of members with access to the workspace.
projects array List of project identifiers within this workspace.
createdAt string Timestamp when the workspace was created.
updatedAt string Timestamp when the workspace was last updated.
View JSON Schema on GitHub

JSON Schema

api-fiddle-workspace-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-fiddle.com/schemas/workspace.json",
  "title": "API Fiddle Workspace",
  "description": "A workspace within the API Fiddle platform used to organize and group related API design projects.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique identifier for the workspace."
    },
    "name": {
      "type": "string",
      "description": "Name of the workspace.",
      "minLength": 1,
      "maxLength": 255
    },
    "description": {
      "type": "string",
      "description": "A detailed description of the workspace."
    },
    "ownerId": {
      "type": "string",
      "description": "Identifier of the user who owns the workspace."
    },
    "members": {
      "type": "array",
      "description": "List of members with access to the workspace.",
      "items": {
        "type": "object",
        "properties": {
          "userId": {
            "type": "string",
            "description": "Identifier of the member."
          },
          "role": {
            "type": "string",
            "enum": ["viewer", "editor", "admin", "owner"],
            "description": "Role of the member within the workspace."
          },
          "joinedAt": {
            "type": "string",
            "format": "date-time",
            "description": "Timestamp when the member joined the workspace."
          }
        },
        "required": ["userId", "role"]
      }
    },
    "projects": {
      "type": "array",
      "description": "List of project identifiers within this workspace.",
      "items": {
        "type": "string"
      }
    },
    "createdAt": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp when the workspace was created."
    },
    "updatedAt": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp when the workspace was last updated."
    }
  },
  "required": ["id", "name"],
  "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/api-fiddle-workspace"
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.