Sideko · Schema

SdkGeneration

Represents an SDK generation job in the Sideko platform, tracking the status and output of generating a client SDK from an OpenAPI specification.

CLIDocumentationMock ServersPlatformSDKAPI ToolingSDK GenerationMCP GenerationArtificial IntelligenceHybrid CodegenOpenAPI Linting

Properties

Name Type Description
id string Unique identifier of the SDK generation job
projectId string Identifier of the parent API project
versionId string Identifier of the API version used for SDK generation
language string Target programming language for the generated SDK
status string Current lifecycle status of the SDK generation job
downloadUrl stringnull URL to download the generated SDK archive when status is complete
createdAt string ISO 8601 timestamp when the generation job was queued
completedAt stringnull ISO 8601 timestamp when the generation job finished (null if not yet complete)
View JSON Schema on GitHub

JSON Schema

sideko-sdk-generation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.sideko.dev/schemas/sdk-generation",
  "title": "SdkGeneration",
  "description": "Represents an SDK generation job in the Sideko platform, tracking the status and output of generating a client SDK from an OpenAPI specification.",
  "type": "object",
  "required": ["id", "projectId", "versionId", "language", "status", "createdAt"],
  "properties": {
    "id": {
      "type": "string",
      "format": "uuid",
      "description": "Unique identifier of the SDK generation job"
    },
    "projectId": {
      "type": "string",
      "format": "uuid",
      "description": "Identifier of the parent API project"
    },
    "versionId": {
      "type": "string",
      "format": "uuid",
      "description": "Identifier of the API version used for SDK generation"
    },
    "language": {
      "type": "string",
      "enum": ["python", "typescript", "java", "go", "ruby", "rust"],
      "description": "Target programming language for the generated SDK"
    },
    "status": {
      "type": "string",
      "enum": ["pending", "running", "complete", "failed"],
      "description": "Current lifecycle status of the SDK generation job"
    },
    "downloadUrl": {
      "type": ["string", "null"],
      "format": "uri",
      "description": "URL to download the generated SDK archive when status is complete"
    },
    "createdAt": {
      "type": "string",
      "format": "date-time",
      "description": "ISO 8601 timestamp when the generation job was queued"
    },
    "completedAt": {
      "type": ["string", "null"],
      "format": "date-time",
      "description": "ISO 8601 timestamp when the generation job finished (null if not yet complete)"
    }
  }
}

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/sideko-sdk-generation"
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.