diff --git a/nautobot_device_lifecycle_mgmt/app-config-schema.json b/nautobot_device_lifecycle_mgmt/app-config-schema.json new file mode 100644 index 00000000..583df2fa --- /dev/null +++ b/nautobot_device_lifecycle_mgmt/app-config-schema.json @@ -0,0 +1,22 @@ +{ + "type": "object", + "properties": { + "expired_field": { + "type": "string", + "default": "end_of_support" + }, + "barchart_bar_width": { + "type": "number", + "default": 0.1 + }, + "barchart_width": { + "type": "integer", + "default": 12 + }, + "barchart_height": { + "type": "integer", + "default": 5 + } + }, + "additionalProperties": false +}