Skip to content

$Box

const $Box: object

Type declaration

description

readonly description: "Box name and its content." = 'Box name and its content.'

properties

readonly properties: object

properties.name

readonly properties.name: object

properties.name.description

readonly properties.name.description: ”\[name\] box name, base64 encoded” = '\\[name\\] box name, base64 encoded'

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'

properties.round

readonly properties.round: object

properties.round.description

readonly properties.round.description: "The round for which this information is relevant" = 'The round for which this information is relevant'

properties.round.type

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

properties.value

readonly properties.value: object

properties.value.description

readonly properties.value.description: ”\[value\] box value, base64 encoded.” = '\\[value\\] box value, base64 encoded.'

properties.value.format

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

properties.value.pattern

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

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

required

readonly required: readonly ["name", "round", "value"]

type

readonly type: "object" = 'object'

Defined in

schemas.gen.ts:606