QuakeSeries Properties
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
peak_value | number |
Optional | cannot be null | QuakeSeries |
units | string |
Required | cannot be null | QuakeSeries |
peak_time | number |
Optional | cannot be null | QuakeSeries |
shape | integer |
Required | cannot be null | QuakeSeries |
time_step | number |
Required | cannot be null | QuakeSeries |
data | array |
Optional | cannot be null | QuakeSeries |
Additional Properties | Any | Optional | can be null |
peak_value
peak_value
is optional
Type:
number
(Peak value of series data)cannot be null
defined in: QuakeSeries
peak_value Type
number
(Peak value of series data)
units
units
is required
Type:
string
(Series units)cannot be null
defined in: QuakeSeries
units Type
string
(Series units)
peak_time
peak_time
is optional
Type:
number
(Time of peak value)cannot be null
defined in: QuakeSeries
peak_time Type
number
(Time of peak value)
shape
shape
is required
Type:
integer
(Series shape)cannot be null
defined in: QuakeSeries
shape Type
integer
(Series shape)
time_step
time_step
is required
Type:
number
(Time step)cannot be null
defined in: QuakeSeries
time_step Type
number
(Time step)
data
data
is optional
Type: unknown[]
cannot be null
defined in: QuakeSeries
data Type
unknown[]
data Default Value
The default value is:
[]
Additional Properties
Additional properties are allowed and do not have to follow a specific schema