diff --git a/ssl-conf-schema.json b/ssl-conf-schema.json index bba9fcc..607b40f 100644 --- a/ssl-conf-schema.json +++ b/ssl-conf-schema.json @@ -17,10 +17,10 @@ "additionalProperties": false, "properties" : { "primary": { - "type": "string", + "type": "string" }, "upstream": { - "type": "string", + "type": "string" }, "aliases": { "type": "array", @@ -29,7 +29,7 @@ } }, "custom": { - "type": "boolean", + "type": "boolean" } } }