doc/schema/page.json in landable-1.9.0.rc1 vs doc/schema/page.json in landable-1.9.0.rc2
- old
+ new
@@ -93,8 +93,13 @@
"type": ["text", "null"]
},
"hero_asset_name": {
"type": ["string", "null"]
+ },
+
+ "audit_flags" : {
+ "type" : ["array", "null"],
+ "items" : { "type" : "string"}
}
}
}