Skip to main content
Version: Next

OpenApiDefinition

OpenAPI specification for an Actor.

Defines the Actor's API interface in OpenAPI 3.0 format, useful for integration with tools like ChatGPT plugins and other API consumers.

Index

Properties

components

components: { schemas: {} }

Type declaration

  • schemas: {}

    info

    info: { description?: string; title: string; version?: string; x-build-id: string }

    Type declaration

    • optionaldescription?: string
    • title: string
    • optionalversion?: string
    • x-build-id: string

    openapi

    openapi: string

    paths

    paths: {}

    Type declaration

      servers

      servers: { url: string }[]
      Page Options