SpecLynx · Schema

SpecLynx Completion Item

Schema for an autocompletion suggestion provided by the SpecLynx Language Service

API DesignAsyncAPIDeveloper ToolsJSON-SchemaOpenAPIToolkitVS Code

Properties

Name Type Description
label string The text shown in the completion list
kind integer LSP completion item kind (e.g., 1=Text, 5=Field, 6=Variable, 9=Module)
detail string Additional detail shown alongside the completion label (e.g., type information)
documentation object Documentation shown in a hover panel when the completion is selected
insertText string The actual text inserted when the completion is accepted
insertTextFormat integer Format of insertText: 1=PlainText, 2=Snippet
filterText string Text used for filtering the completion list
sortText string Text used for sorting completions in the list
deprecated boolean Whether this completion item is deprecated
View JSON Schema on GitHub

JSON Schema

speclynx-completion-item-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/speclynx/main/json-schema/speclynx-completion-item-schema.json",
  "title": "SpecLynx Completion Item",
  "description": "Schema for an autocompletion suggestion provided by the SpecLynx Language Service",
  "type": "object",
  "properties": {
    "label": {
      "type": "string",
      "description": "The text shown in the completion list"
    },
    "kind": {
      "type": "integer",
      "description": "LSP completion item kind (e.g., 1=Text, 5=Field, 6=Variable, 9=Module)"
    },
    "detail": {
      "type": "string",
      "description": "Additional detail shown alongside the completion label (e.g., type information)"
    },
    "documentation": {
      "type": "object",
      "properties": {
        "kind": {"type": "string", "enum": ["plaintext", "markdown"]},
        "value": {"type": "string"}
      },
      "description": "Documentation shown in a hover panel when the completion is selected"
    },
    "insertText": {
      "type": "string",
      "description": "The actual text inserted when the completion is accepted"
    },
    "insertTextFormat": {
      "type": "integer",
      "enum": [1, 2],
      "description": "Format of insertText: 1=PlainText, 2=Snippet"
    },
    "filterText": {
      "type": "string",
      "description": "Text used for filtering the completion list"
    },
    "sortText": {
      "type": "string",
      "description": "Text used for sorting completions in the list"
    },
    "deprecated": {
      "type": "boolean",
      "description": "Whether this completion item is deprecated"
    }
  },
  "required": ["label"]
}

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/speclynx-completion-item"
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.