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
is required
Type:
string(The filter_type schema)cannot be null
defined in: QuakeFilter
filter_type Type
string (The filter_type schema)
point
point
is optional
Type:
number(The point schema)cannot be null
defined in: QuakeFilter
point Type
number (The point schema)
point.units
point.units
is optional
Type:
string(The point.units schema)cannot be null
defined in: QuakeFilter
point.units Type
string (The point.units schema)
limit_low
limit_low
is optional
Type:
number(The limit_low schema)cannot be null
defined in: QuakeFilter
limit_low Type
number (The limit_low schema)
limit_high
limit_high
is optional
Type:
number(The limit_high schema)cannot be null
defined in: QuakeFilter
limit_high Type
number (The limit_high schema)
limit.units
limit.units
is optional
Type:
string(The limit.units schema)cannot be null
defined in: QuakeFilter
limit.units Type
string (The limit.units schema)
Additional Properties
Additional properties are allowed and do not have to follow a specific schema