summaryrefslogtreecommitdiff
path: root/spec/fixtures/api/schemas/feature_flag_scope.json
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fixtures/api/schemas/feature_flag_scope.json')
-rw-r--r--spec/fixtures/api/schemas/feature_flag_scope.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/fixtures/api/schemas/feature_flag_scope.json b/spec/fixtures/api/schemas/feature_flag_scope.json
index 07c5eed532a..8e8fb0b3d40 100644
--- a/spec/fixtures/api/schemas/feature_flag_scope.json
+++ b/spec/fixtures/api/schemas/feature_flag_scope.json
@@ -10,8 +10,8 @@
"environment_scope": { "type": "string" },
"active": { "type": "boolean" },
"percentage": { "type": ["integer", "null"] },
- "created_at": { "type": "date" },
- "updated_at": { "type": "date" },
+ "created_at": { "type": "string" },
+ "updated_at": { "type": "string" },
"strategies": { "type": "array", "items": { "$ref": "feature_flag_strategy.json" } }
},
"additionalProperties": false