Speakeasy · Schema

InteractionType

Type of interaction.

AIDocumentationMCPPlatformSDKsTerraformTesting
View JSON Schema on GitHub

JSON Schema

speakeasy-interactiontype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/InteractionType",
  "title": "InteractionType",
  "type": "string",
  "description": "Type of interaction.",
  "enum": [
    "CI_EXEC",
    "CLI_EXEC",
    "LINT",
    "OPENAPI_DIFF",
    "TARGET_GENERATE",
    "TOMBSTONE",
    "AUTHENTICATE",
    "QUICKSTART",
    "RUN",
    "CONFIGURE",
    "PUBLISH",
    "TEST"
  ]
}