QuakeFilter Properties

Property Type Required Nullable Defined by
filter_type string Required cannot be null QuakeFilter
point number Optional cannot be null QuakeFilter
point.units string Optional cannot be null QuakeFilter
limit_low number Optional cannot be null QuakeFilter
limit_high number Optional cannot be null QuakeFilter
limit.units string Optional cannot be null QuakeFilter
Additional Properties Any Optional can be null

filter_type

filter_type

filter_type Type

string (The filter_type schema)

point

point

point Type

number (The point schema)

point.units

point.units

point.units Type

string (The point.units schema)

limit_low

limit_low

limit_low Type

number (The limit_low schema)

limit_high

limit_high

limit_high Type

number (The limit_high schema)

limit.units

limit.units

limit.units Type

string (The limit.units schema)

Additional Properties

Additional properties are allowed and do not have to follow a specific schema

Back to top