We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0a17aa commit 96655d1Copy full SHA for 96655d1
dynatademand/schemas/request/body/create_project.json
@@ -28,18 +28,18 @@
28
"devices": {
29
"type": "array",
30
"description": "Device targeting for the project",
31
+ "enum": [
32
+ "mobile",
33
+ "desktop",
34
+ "tablet"
35
+ ],
36
"default": [
37
"mobile",
38
"desktop",
39
"tablet"
40
],
41
"items": {
- "type": "string",
- "enum": [
- "mobile",
- "desktop",
- "tablet"
42
- ]
+ "type": "string"
43
}
44
},
45
"category": {
0 commit comments