Skip to content

$AvmKeyValue

const $AvmKeyValue: object

Type declaration

description

readonly description: "Represents an AVM key-value pair in an application store." = 'Represents an AVM key-value pair in an application store.'

properties

readonly properties: object

properties.key

readonly properties.key: object

properties.key.format

readonly properties.key.format: "byte" = 'byte'

properties.key.pattern

readonly properties.key.pattern: ”^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$” = '^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$'

properties.key.type

readonly properties.key.type: "string" = 'string'

properties.value

readonly properties.value: object

properties.value.$ref

readonly properties.value.$ref: "#/components/schemas/AvmValue" = '#/components/schemas/AvmValue'

required

readonly required: readonly ["key", "value"]

type

readonly type: "object" = 'object'

Defined in

schemas.gen.ts:567