$Box
const$Box:object
Type declaration
description
readonlydescription:"Box name and its content."='Box name and its content.'
properties
readonlyproperties:object
properties.name
readonlyproperties.name:object
properties.name.description
readonlyproperties.name.description: ”\[name\] box name, base64 encoded” ='\\[name\\] box name, base64 encoded'
properties.name.format
readonlyproperties.name.format:"byte"='byte'
properties.name.pattern
readonlyproperties.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
readonlyproperties.name.type:"string"='string'
properties.round
readonlyproperties.round:object
properties.round.description
readonlyproperties.round.description:"The round for which this information is relevant"='The round for which this information is relevant'
properties.round.type
readonlyproperties.round.type:"integer"='integer'
properties.value
readonlyproperties.value:object
properties.value.description
readonlyproperties.value.description: ”\[value\] box value, base64 encoded.” ='\\[value\\] box value, base64 encoded.'
properties.value.format
readonlyproperties.value.format:"byte"='byte'
properties.value.pattern
readonlyproperties.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
readonlyproperties.value.type:"string"='string'
required
readonlyrequired: readonly ["name","round","value"]
type
readonlytype:"object"='object'
Defined in
schemas.gen.ts:688