Skip to content

Untitled object in Config Schema

path#/$defs/BumpList/items
Abstract Extensible Status Identifiable Custom Properties Additional Properties Access Restrictions Defined In
Can be instantiated No Unknown status No Forbidden Allowed none config.schema.json*

items Type

object (Details)

items Properties

Property Type Required Nullable Defined by
expiration_date string Required cannot be null Config
recording string Required cannot be null Config
username string Required cannot be null Config
value Multiple Required cannot be null Config

expiration_date

expiration_date

  • is required

  • Type: string

  • cannot be null

  • defined in: Config

expiration_date Type

string

expiration_date Constraints

date time: the string must be a date time string, according to RFC 3339, section 5.6

recording

recording

  • is required

  • Type: string

  • cannot be null

  • defined in: Config

recording Type

string

username

username

  • is required

  • Type: string

  • cannot be null

  • defined in: Config

username Type

string

value

value

  • is required

  • Type: any of the following: string or number (Details)

  • cannot be null

  • defined in: Config

value Type

any of the following: string or number (Details)

value Constraints

pattern: the string must match the following regular expression:

^-?\d+(\.\d+)?([eE]\d+)?$

try pattern