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

peak_value Type

number (Peak value of series data)

units

units

units Type

string (Series units)

peak_time

peak_time

peak_time Type

number (Time of peak value)

shape

shape

shape Type

integer (Series shape)

time_step

time_step

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

Back to top