Skip to content

Commit

Permalink
Fix file format
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong committed Sep 6, 2024
1 parent ff27c79 commit 035637e
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"NetworkInterfaces": {
"items": {
"properties": {
"PrivateIpAddress": false,
"PrivateIpAddresses": {
"items": {
"properties": {
Expand All @@ -20,24 +21,23 @@
}
},
"type": "array"
},
"PrivateIpAddress": false
}
}
},
"type": "array"
},
"PrivateIpAddresses": {
"items": {
"properties": {
"Primary": {
"enum": [
"properties": {
"Primary": {
"enum": [
false
]
}
}
]
}
}
},
"type": "array"
}
}
}
}
}

0 comments on commit 035637e

Please sign in to comment.