Skip to content

Commit 96655d1

Browse files
committed
Reverted changed create project body schema.
1 parent c0a17aa commit 96655d1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

dynatademand/schemas/request/body/create_project.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,18 @@
2828
"devices": {
2929
"type": "array",
3030
"description": "Device targeting for the project",
31+
"enum": [
32+
"mobile",
33+
"desktop",
34+
"tablet"
35+
],
3136
"default": [
3237
"mobile",
3338
"desktop",
3439
"tablet"
3540
],
3641
"items": {
37-
"type": "string",
38-
"enum": [
39-
"mobile",
40-
"desktop",
41-
"tablet"
42-
]
42+
"type": "string"
4343
}
4444
},
4545
"category": {

0 commit comments

Comments
 (0)