diff --git a/software/neoppod/instance-neo-input-schema.json b/software/neoppod/instance-neo-input-schema.json index 6ffb947be59a61c418321d89f5933f61f61c0f69..62d8838d0c1782db14811f42bf4970ea437d6cdb 100644 --- a/software/neoppod/instance-neo-input-schema.json +++ b/software/neoppod/instance-neo-input-schema.json @@ -85,9 +85,12 @@ "type": "boolean" }, "storage-type": { - "description": "Storage type. Defaults to MySQL if available, else SQLite.", - "enum": ["MySQL", "SQLite"], - "type": "string" + "description": "Storage type. Defaults to MySQL if available, else SQLite.", + "enum": [ + "MySQL", + "SQLite" + ], + "type": "string" }, "mysql": { "description": "Dictionary containing parameters for MySQL.",