Skip to content

Commit

Permalink
Issues #64 & #65 fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
fmunoz committed Aug 9, 2022
1 parent 4eea09c commit 09d708b
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ def __init__(self):
"type": "string"
},
"borderWithExternalConnectivity": {
"type": "boolean"
"type": "string"
},
"connectedToInternet": {
"type": "boolean"
"type": "string"
},
"deviceManagementIpAddress": {
"type": "string"
Expand Down Expand Up @@ -97,7 +97,6 @@ def __init__(self):
"items": {
"properties": {
"virtualNetwork": {
"items": {
"properties": {
"virtualNetworkName": {
"type": "string"
Expand All @@ -107,8 +106,6 @@ def __init__(self):
}
},
"type": "object"
},
"type": "array"
}
},
"type": "object"
Expand Down

0 comments on commit 09d708b

Please sign in to comment.