Updated schema to handle null updated_at

This commit is contained in:
Ken Tsang
2017-03-15 15:48:28 +00:00
parent 7558a7661a
commit ea8a3754a0
2 changed files with 8 additions and 4 deletions

View File

@@ -29,7 +29,7 @@ get_template_by_id_response = {
},
"updated_at": {
"format": "date-time",
"type": "string",
"type": ["string", "null"],
"description": "Date+time updated"
},
"created_by": {"type": "string"},