ApiSchemaOptions


interface ApiSchemaOptions extends Pick {
  name?: string
  description?: string
}

Properties

Property Description
name?: string

Name of the schema.

description?: string

Description of the schema.