doc/schema/template.json in landable-1.7.1.rc1 vs doc/schema/template.json in landable-1.8.0
- old
+ new
@@ -54,9 +54,14 @@
"type": ["null", {"$ref": "uuid.json"}]
},
"updated_by_author_id": {
"type": ["null", {"$ref": "uuid.json"}]
+ },
+
+ "deleted_at": {
+ "type": "date",
+ "format": "date-time"
}
}
}