doc/schema/template.json in landable-1.9.0.rc1 vs doc/schema/template.json in landable-1.9.0.rc2

- old
+ new

@@ -59,9 +59,13 @@ }, "deleted_at": { "type": "date", "format": "date-time" - } + }, + "audit_flags" : { + "type" : ["array", "null"], + "items" : { "type" : "string"} + } } }