Skip to main content
Version: 2.11

OpenApiDefinition

Index

Properties

components

components: { schemas: {} }

Type declaration

  • schemas: {}
    • [key string]: object

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

  • [key string]: { post: OpenApiOperation }

servers

servers: { url: string }[]
Page Options