Skip to content

$Application

const $Application: object

Type declaration

description

readonly description: "Application index and its parameters" = 'Application index and its parameters'

properties

readonly properties: object

properties.id

readonly properties.id: object

properties.id.description

readonly properties.id.description: ”\[appidx\] application index.” = '\\[appidx\\] application index.'

properties.id.type

readonly properties.id.type: "integer" = 'integer'

properties.params

readonly properties.params: object

properties.params.$ref

readonly properties.params.$ref: "#/components/schemas/ApplicationParams" = '#/components/schemas/ApplicationParams'

required

readonly required: readonly ["id", "params"]

type

readonly type: "object" = 'object'

Defined in

schemas.gen.ts:242