$BoxReference
const
$BoxReference:object
Type declaration
description
readonly
description:"References a box of an application."
='References a box of an application.'
properties
readonly
properties:object
properties.app
readonly
properties.app:object
properties.app.description
readonly
properties.app.description:"Application ID which this box belongs to"
='Application ID which this box belongs to'
properties.app.type
readonly
properties.app.type:"integer"
='integer'
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 ["app"
,"name"
]
type
readonly
type:"object"
='object'
Defined in
schemas.gen.ts:644