Skip to content

Commit

Permalink
fix: Revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
snaselj committed Mar 7, 2024
1 parent d88a07b commit 9db8c5b
Showing 1 changed file with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion nautobot_firewall_models/app-config-schema.json
Original file line number Diff line number Diff line change
@@ -1 +1,30 @@
true
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/nautobot/nautobot-app-firewall-models/develop/nautobot_firewall_models/app-config-schema.json",
"$comment": "TBD: Update $id, replace `develop` with the future release tag",
"type": "object",
"properties": {
"allowed_status": {
"type": "array",
"items": {
"type": "string"
},
"default": [
"Active"
]
},
"capirca_remark_pass": {
"type": "boolean",
"default": true
},
"capirca_os_map": {
"type": "object",
"default": {}
},
"protect_on_delete": {
"type": "boolean",
"default": true
}
},
"additionalProperties": false
}

0 comments on commit 9db8c5b

Please sign in to comment.