Stainless · JSON-LD Context

Stainless Context

JSON-LD context defining the semantic vocabulary for Stainless from Stainless.

18 Classes 4 Properties 4 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#
stainless: https://stainless.com/vocab/
openapi: https://spec.openapis.org/oas/v3.1.0#

Classes

SoftwareApplication SDKGenerator SDK DocumentationSite MCPServer TerraformProvider CLI name description url version language license targetLanguage retryPolicy pagination streaming authentication

Properties

Property Type Container
inputSpec reference
outputLanguages set
customer schema:Organization
integrations set

JSON-LD Document

stainless-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "stainless": "https://stainless.com/vocab/",
    "openapi": "https://spec.openapis.org/oas/v3.1.0#",

    "SoftwareApplication": "schema:SoftwareApplication",
    "SDKGenerator": "stainless:SDKGenerator",
    "SDK": "stainless:SDK",
    "DocumentationSite": "stainless:DocumentationSite",
    "MCPServer": "stainless:MCPServer",
    "TerraformProvider": "stainless:TerraformProvider",
    "CLI": "stainless:CLI",

    "name": "schema:name",
    "description": "schema:description",
    "url": "schema:url",
    "version": "schema:version",
    "language": "schema:programmingLanguage",
    "license": "schema:license",

    "inputSpec": {
      "@id": "stainless:inputSpec",
      "@type": "@id"
    },
    "outputLanguages": {
      "@id": "stainless:outputLanguages",
      "@container": "@set"
    },
    "targetLanguage": "stainless:targetLanguage",
    "retryPolicy": "stainless:retryPolicy",
    "pagination": "stainless:pagination",
    "streaming": "stainless:streaming",
    "authentication": "stainless:authentication",

    "customer": {
      "@id": "schema:customer",
      "@type": "schema:Organization"
    },
    "integrations": {
      "@id": "schema:additionalProperty",
      "@container": "@set"
    }
  }
}