Speakeasy · Schema

CodeSampleOperationIdFilter

AIDocumentationMCPPlatformSDKsTerraformTesting

Properties

Name Type Description
type string
operationId string
View JSON Schema on GitHub

JSON Schema

speakeasy-codesampleoperationidfilter-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CodeSampleOperationIdFilter",
  "title": "CodeSampleOperationIdFilter",
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "const": "operationId"
    },
    "operationId": {
      "type": "string"
    }
  },
  "required": [
    "type",
    "operationId"
  ]
}