Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
eyadmba committed Apr 4, 2024
1 parent dfd3b61 commit 5ef1e38
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions external/resolvedSchemas.json
Original file line number Diff line number Diff line change
Expand Up @@ -9506,16 +9506,10 @@
"description": "A listing of all IP addresses associated with this Host",
"anyOf": [
{ "type": "string", "format": "ip" },
{ "type": "string", "format": "ipCidr" },
{
"type": "array",
"uniqueItems": true,
"items": { "type": "string", "format": "ip" }
},
{
"type": "array",
"uniqueItems": true,
"items": { "type": "string", "format": "ipCidr" }
}
]
},
Expand Down

0 comments on commit 5ef1e38

Please sign in to comment.