Skip to content

Commit

Permalink
Improve IpRange public property description
Browse files Browse the repository at this point in the history
Co-authored-by: Samuel Poulton <[email protected]>
  • Loading branch information
jehisonprada and VDubber authored May 3, 2024
1 parent 2cda8df commit fdc62eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schemas/IpRange.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit fdc62eb

Please sign in to comment.