Skip to content

Commit

Permalink
fixup! get-configuration: add local_networks field
Browse files Browse the repository at this point in the history
  • Loading branch information
Amygos committed Jul 23, 2024
1 parent eef697d commit dcbd8e3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions imageroot/actions/get-configuration/validate-output.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,14 @@
"type": "string"
}
}
},
"local_networks": {
"title": "Local networks",
"type": "array",
"items": {
"title": "Netmask of the local network",
"type": "string"
}
}
}
}

0 comments on commit dcbd8e3

Please sign in to comment.