doc/schema/page.json in landable-1.11.0 vs doc/schema/page.json in landable-1.11.1
- old
+ new
@@ -95,9 +95,13 @@
"hero_asset_name": {
"type": ["string", "null"]
},
+ "page_name": {
+ "type": ["string", "null"]
+ },
+
"audit_flags" : {
"type" : ["array", "null"],
"items" : { "type" : "string"}
}
}