From fdc62eb3a3cb1ecb0c087d7fb2695e1c7240d514 Mon Sep 17 00:00:00 2001 From: jehisonprada Date: Fri, 3 May 2024 15:58:18 -0500 Subject: [PATCH] Improve IpRange `public` property description Co-authored-by: Samuel Poulton --- src/schemas/IpRange.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": {