Skip to content

Commit

Permalink
Merge pull request #166 from JupiterOne/erkangz-patch-1
Browse files Browse the repository at this point in the history
Update Host.json
  • Loading branch information
erkangz authored Jun 21, 2022
2 parents 76b7ce2 + 0d5e445 commit 1f85d7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/schemas/Host.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
},
"hostname": {
"description": "The primary/local hostname",
"type": "string"
"type": ["string", "null"]
},
"ipAddress": {
"description": "The main IP address. This property is usually used to store the primary IP address of a Host.",
"description": "A listing of all IP addresses associated with this Host",
"anyOf": [
{ "type": "string", "format": "ip" },
{
Expand Down Expand Up @@ -77,7 +77,7 @@
]
},
"macAddress": {
"description": "Primary MAC address",
"description": "A listing of all MAC addresses associated with this Host",
"anyOf": [
{ "type": "string" },
{
Expand Down

0 comments on commit 1f85d7e

Please sign in to comment.