Skip to content

$Asset

const $Asset: object

Type declaration

description

readonly description: "Specifies both the unique identifier and the parameters for an asset" = 'Specifies both the unique identifier and the parameters for an asset'

properties

readonly properties: object

properties.index

readonly properties.index: object

properties.index.description

readonly properties.index.description: "unique asset identifier" = 'unique asset identifier'

properties.index.type

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

properties.params

readonly properties.params: object

properties.params.$ref

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

required

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

type

readonly type: "object" = 'object'

Defined in

schemas.gen.ts:425