{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "targeting_ip_addresses_response", "type": "object", "properties": { "restriction": { "type": "string", "example": "INCLUDE", "enum": [ "INCLUDE", "EXCLUDE", "" ] }, "count": { "type": "integer", "example": 500 } } }