diff --git a/src/schemas/IpRange.json b/src/schemas/IpRange.json index 65ea44d..9d2c4b5 100644 --- a/src/schemas/IpRange.json +++ b/src/schemas/IpRange.json @@ -23,7 +23,7 @@ "format": "ipCidr" }, "public": { - "description": "Indicates if the IP Range is public", + "description": "Indicates if the IP Range is private or public. If the source does not provide this value, it is computed using the CIDR", "type": "boolean" }, "asn": {