doc/schema/template.json in landable-1.13.2 vs doc/schema/template.json in landable-1.14.0
- old
+ new
@@ -45,9 +45,13 @@
"page_ids": {
"type": "array",
"items": { "$ref": "uuid.json" }
},
+ "category_id": {
+ "type": [{ "$ref": "uuid.json" }, "null"]
+ },
+
"thumbnail_url": {
"type": ["string", "null"]
},
"is_publishable": {