summaryrefslogtreecommitdiff
path: root/spec/fixtures/api/schemas/feature_flag.json
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fixtures/api/schemas/feature_flag.json')
-rw-r--r--spec/fixtures/api/schemas/feature_flag.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/fixtures/api/schemas/feature_flag.json b/spec/fixtures/api/schemas/feature_flag.json
index 5f8cedc1132..45b704e4b84 100644
--- a/spec/fixtures/api/schemas/feature_flag.json
+++ b/spec/fixtures/api/schemas/feature_flag.json
@@ -8,8 +8,8 @@
"id": { "type": "integer" },
"iid": { "type": ["integer", "null"] },
"version": { "type": "string" },
- "created_at": { "type": "date" },
- "updated_at": { "type": "date" },
+ "created_at": { "type": "string", "format": "date-time" },
+ "updated_at": { "type": "string", "format": "date-time" },
"name": { "type": "string" },
"active": { "type": "boolean" },
"description": { "type": ["string", "null"] },