lib/nanoc/base/entities/configuration-schema.json in nanoc-4.9.8 vs lib/nanoc/base/entities/configuration-schema.json in nanoc-4.9.9

- old
+ new

@@ -55,13 +55,19 @@ "properties": { "type": { "type": "string" }, "items_root": { - "type": "string" + "anyOf": [ + { "type": "string" }, + { "type": "null" } + ] }, "layouts_root": { - "type": "string" + "anyOf": [ + { "type": "string" }, + { "type": "null" } + ] } } } }, "string_pattern_type": {