summaryrefslogtreecommitdiff
path: root/spec/fixtures/api/schemas/registry/tag.json
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fixtures/api/schemas/registry/tag.json')
-rw-r--r--spec/fixtures/api/schemas/registry/tag.json4
1 files changed, 1 insertions, 3 deletions
diff --git a/spec/fixtures/api/schemas/registry/tag.json b/spec/fixtures/api/schemas/registry/tag.json
index 48f8402b65b..3667f42136d 100644
--- a/spec/fixtures/api/schemas/registry/tag.json
+++ b/spec/fixtures/api/schemas/registry/tag.json
@@ -29,9 +29,7 @@
"total_size": {
"type": "integer"
},
- "created_at": {
- "type": "date"
- },
+ "created_at": { "type": "string", "format": "date-time" },
"destroy_path": {
"type": "string"
}