We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac7d2af commit 779ab94Copy full SHA for 779ab94
website/static/schema.json
@@ -0,0 +1,40 @@
1
+{
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
3
+ "type": "object",
4
+ "properties": {
5
+ "registries": {
6
+ "type": "array",
7
+ "items": {
8
+ "type": "string"
9
+ }
10
+ },
11
+ "mocks": {
12
13
14
+ "plugins": {
15
16
17
+ "dynamic": {
18
19
+ "additionalProperties": {
20
21
22
23
+ "static": {
24
25
26
27
28
29
30
+ "additionalProperties": false
31
32
33
34
35
36
+ "required": [
37
+ "registries"
38
+ ],
39
40
+}
0 commit comments