mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 04:19:16 +00:00
* Fixed several issues * More fixes to v3 APIs * More fixes * Fixed more v3 schema issues * fixed campaign filters path * Updated redoc API generator to v10 * Updated redoc api generator action to latest version * Added log to action * Fixed path in action * Added orderBy to saved search * Added some fixes for beta * Fixed duplicate nullable * Triggering checks again * Triggering checks again * More beta fixes * Fixed schema bug' by github action: 7980819692
22 lines
525 B
YAML
22 lines
525 B
YAML
type: object
|
|
properties:
|
|
range:
|
|
type: array
|
|
description: The collection of ip ranges.
|
|
items:
|
|
type: string
|
|
example: ["1.3.7.2", "255.255.255.252/30"]
|
|
nullable: true
|
|
geolocation:
|
|
type: array
|
|
description: The collection of country codes.
|
|
items:
|
|
type: string
|
|
example: ["CA", "FR", "HT"]
|
|
nullable: true
|
|
whitelisted:
|
|
type: boolean
|
|
description: Denotes whether the provided lists are whitelisted or blacklisted for geo location.
|
|
default: false
|
|
example: true
|