Skip to content

$BoxDescriptor

const $BoxDescriptor: object

Type declaration

description

readonly description: "Box descriptor describes an app box without a value." = 'Box descriptor describes an app box without a value.'

properties

readonly properties: object

properties.name

readonly properties.name: object

properties.name.description

readonly properties.name.description: "Base64 encoded box name" = 'Base64 encoded box name'

properties.name.format

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

properties.name.pattern

readonly properties.name.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.name.type

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

required

readonly required: readonly ["name"]

type

readonly type: "object" = 'object'

Defined in

schemas.gen.ts:712