@shakerquiz/contracts 0.0.89 → 0.0.91

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (64) hide show
  1. package/package.json +1 -1
  2. package/source/contracts/PATCH/city/admin.json +2 -1
  3. package/source/contracts/PATCH/city/country/admin.json +2 -1
  4. package/source/contracts/PATCH/city/currency/admin.json +2 -1
  5. package/source/contracts/PATCH/city/timezone/admin.json +2 -1
  6. package/source/contracts/PATCH/city/vk_group_token/admin.json +2 -1
  7. package/source/contracts/PATCH/game/admin.json +2 -1
  8. package/source/contracts/PATCH/game/organizer.json +2 -1
  9. package/source/contracts/PATCH/game/status/Service.json +1 -0
  10. package/source/contracts/PATCH/game/status/admin.json +2 -1
  11. package/source/contracts/PATCH/game/status/organizer.json +2 -1
  12. package/source/contracts/PATCH/games/admin.json +2 -1
  13. package/source/contracts/PATCH/games/organizer.json +2 -1
  14. package/source/contracts/PATCH/games/status/admin.json +2 -1
  15. package/source/contracts/PATCH/games/status/organizer.json +2 -1
  16. package/source/contracts/PATCH/registration/Service.json +2 -1
  17. package/source/contracts/PATCH/registration/Unknown.json +2 -1
  18. package/source/contracts/PATCH/registration/admin.json +2 -1
  19. package/source/contracts/PATCH/registration/channel/Service.json +2 -1
  20. package/source/contracts/PATCH/registration/channel/Unknown.json +2 -1
  21. package/source/contracts/PATCH/registration/channel/admin.json +2 -1
  22. package/source/contracts/PATCH/registration/channel/organizer.json +2 -1
  23. package/source/contracts/PATCH/registration/lineup/admin.json +2 -1
  24. package/source/contracts/PATCH/registration/lineup/organizer.json +2 -1
  25. package/source/contracts/PATCH/registration/organizer.json +2 -1
  26. package/source/contracts/PATCH/registration/status/Service.json +2 -1
  27. package/source/contracts/PATCH/registration/status/admin.json +7 -6
  28. package/source/contracts/PATCH/registration/status/organizer.json +7 -6
  29. package/source/contracts/PATCH/registrations/Service.json +2 -1
  30. package/source/contracts/PATCH/registrations/lineup/Service.json +2 -1
  31. package/source/contracts/PATCH/registrations/lineup/admin.json +2 -1
  32. package/source/contracts/PATCH/registrations/lineup/organizer.json +2 -1
  33. package/source/contracts/PATCH/registrations/status/Service.json +7 -6
  34. package/source/contracts/PATCH/registrations/status/admin.json +7 -6
  35. package/source/contracts/PATCH/registrations/status/organizer.json +7 -6
  36. package/source/contracts/PATCH/theme/admin.json +2 -1
  37. package/source/contracts/PATCH/themes/admin.json +2 -1
  38. package/source/contracts/PATCH/user/admin.json +2 -1
  39. package/source/contracts/PATCH/user/password/admin.json +2 -1
  40. package/source/contracts/PATCH/user/role/admin.json +2 -1
  41. package/source/contracts/PATCH/venue/admin.json +2 -1
  42. package/source/contracts/PATCH/venue/organizer.json +2 -1
  43. package/source/contracts/PATCH/venues/admin.json +2 -1
  44. package/source/contracts/PATCH/venues/organizer.json +2 -1
  45. package/source/contracts/POST/chatapp/registration/mailing/admin.json +1 -0
  46. package/source/contracts/POST/chatapp/registration/mailing/organizer.json +1 -0
  47. package/source/contracts/POST/checkin/Unknown.json +2 -1
  48. package/source/contracts/POST/city/admin.json +2 -1
  49. package/source/contracts/POST/city/vk_group_token/admin.json +2 -1
  50. package/source/contracts/POST/game/admin.json +2 -1
  51. package/source/contracts/POST/game/organizer.json +2 -1
  52. package/source/contracts/POST/game/registrations/export/admin.json +2 -1
  53. package/source/contracts/POST/game/registrations/export/organizer.json +2 -1
  54. package/source/contracts/POST/registration/mailing/admin.json +2 -1
  55. package/source/contracts/POST/registration/mailing/organizer.json +2 -1
  56. package/source/contracts/POST/registrations/export/admin.json +2 -1
  57. package/source/contracts/POST/registrations/export/organizer.json +2 -1
  58. package/source/contracts/POST/theme/admin.json +2 -1
  59. package/source/contracts/POST/user/admin.json +2 -1
  60. package/source/contracts/POST/user/city/admin.json +2 -1
  61. package/source/contracts/POST/user/password/admin.json +2 -1
  62. package/source/contracts/POST/user/role/admin.json +2 -1
  63. package/source/contracts/POST/venue/admin.json +2 -1
  64. package/source/contracts/POST/venue/organizer.json +2 -1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@shakerquiz/contracts",
4
- "version": "0.0.89",
4
+ "version": "0.0.91",
5
5
  "author": "yurkimus <yurkimus@gmail.com>",
6
6
  "license": "ISC",
7
7
  "repository": {
@@ -1,4 +1,5 @@
1
1
  {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
2
3
  "type": "object",
3
4
  "properties": {
4
5
  "name": {
@@ -136,4 +137,4 @@
136
137
  },
137
138
  "required": [],
138
139
  "additionalProperties": false
139
- }
140
+ }
@@ -1,4 +1,5 @@
1
1
  {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
2
3
  "type": "object",
3
4
  "properties": {
4
5
  "country": {
@@ -282,4 +283,4 @@
282
283
  "country"
283
284
  ],
284
285
  "additionalProperties": false
285
- }
286
+ }
@@ -1,4 +1,5 @@
1
1
  {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
2
3
  "type": "object",
3
4
  "properties": {
4
5
  "currency": {
@@ -178,4 +179,4 @@
178
179
  "currency"
179
180
  ],
180
181
  "additionalProperties": false
181
- }
182
+ }
@@ -1,4 +1,5 @@
1
1
  {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
2
3
  "type": "object",
3
4
  "properties": {
4
5
  "timezone": {
@@ -506,4 +507,4 @@
506
507
  "timezone"
507
508
  ],
508
509
  "additionalProperties": false
509
- }
510
+ }
@@ -1,4 +1,5 @@
1
1
  {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
2
3
  "type": "object",
3
4
  "properties": {
4
5
  "vk_group_token": {
@@ -17,4 +18,4 @@
17
18
  "vk_group_token"
18
19
  ],
19
20
  "additionalProperties": false
20
- }
21
+ }
@@ -1,4 +1,5 @@
1
1
  {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
2
3
  "type": "object",
3
4
  "properties": {
4
5
  "number": {
@@ -20,4 +21,4 @@
20
21
  },
21
22
  "required": [],
22
23
  "additionalProperties": false
23
- }
24
+ }
@@ -1,4 +1,5 @@
1
1
  {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
2
3
  "type": "object",
3
4
  "properties": {
4
5
  "number": {
@@ -20,4 +21,4 @@
20
21
  },
21
22
  "required": [],
22
23
  "additionalProperties": false
23
- }
24
+ }
@@ -1,4 +1,5 @@
1
1
  {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
2
3
  "type": "object",
3
4
  "properties": {
4
5
  "status": {
@@ -1,4 +1,5 @@
1
1
  {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
2
3
  "type": "object",
3
4
  "properties": {
4
5
  "status": {
@@ -24,4 +25,4 @@
24
25
  },
25
26
  "required": [],
26
27
  "additionalProperties": false
27
- }
28
+ }
@@ -1,4 +1,5 @@
1
1
  {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
2
3
  "type": "object",
3
4
  "properties": {
4
5
  "status": {
@@ -24,4 +25,4 @@
24
25
  },
25
26
  "required": [],
26
27
  "additionalProperties": false
27
- }
28
+ }
@@ -1,4 +1,5 @@
1
1
  {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
2
3
  "type": "array",
3
4
  "items": {
4
5
  "type": "object",
@@ -34,4 +35,4 @@
34
35
  "additionalProperties": false
35
36
  },
36
37
  "uniqueItems": true
37
- }
38
+ }
@@ -1,4 +1,5 @@
1
1
  {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
2
3
  "type": "array",
3
4
  "items": {
4
5
  "type": "object",
@@ -28,4 +29,4 @@
28
29
  "additionalProperties": false
29
30
  },
30
31
  "uniqueItems": true
31
- }
32
+ }
@@ -1,4 +1,5 @@
1
1
  {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
2
3
  "type": "array",
3
4
  "items": {
4
5
  "type": "object",
@@ -37,4 +38,4 @@
37
38
  "additionalProperties": false
38
39
  },
39
40
  "uniqueItems": true
40
- }
41
+ }
@@ -1,4 +1,5 @@
1
1
  {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
2
3
  "type": "array",
3
4
  "items": {
4
5
  "type": "object",
@@ -37,4 +38,4 @@
37
38
  "additionalProperties": false
38
39
  },
39
40
  "uniqueItems": true
40
- }
41
+ }
@@ -1,4 +1,5 @@
1
1
  {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
2
3
  "type": "object",
3
4
  "properties": {
4
5
  "mailing": {
@@ -10,4 +11,4 @@
10
11
  },
11
12
  "required": [],
12
13
  "additionalProperties": false
13
- }
14
+ }
@@ -1,4 +1,5 @@
1
1
  {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
2
3
  "type": "object",
3
4
  "properties": {
4
5
  "team_name": {
@@ -31,4 +32,4 @@
31
32
  },
32
33
  "required": [],
33
34
  "additionalProperties": false
34
- }
35
+ }
@@ -1,4 +1,5 @@
1
1
  {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
2
3
  "type": "object",
3
4
  "properties": {
4
5
  "team_name": {
@@ -31,4 +32,4 @@
31
32
  },
32
33
  "required": [],
33
34
  "additionalProperties": false
34
- }
35
+ }
@@ -1,4 +1,5 @@
1
1
  {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
2
3
  "type": "object",
3
4
  "anyOf": [
4
5
  {
@@ -86,4 +87,4 @@
86
87
  }
87
88
  }
88
89
  ]
89
- }
90
+ }
@@ -1,4 +1,5 @@
1
1
  {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
2
3
  "type": "object",
3
4
  "anyOf": [
4
5
  {
@@ -86,4 +87,4 @@
86
87
  }
87
88
  }
88
89
  ]
89
- }
90
+ }
@@ -1,4 +1,5 @@
1
1
  {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
2
3
  "type": "object",
3
4
  "anyOf": [
4
5
  {
@@ -86,4 +87,4 @@
86
87
  }
87
88
  }
88
89
  ]
89
- }
90
+ }
@@ -1,4 +1,5 @@
1
1
  {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
2
3
  "type": "object",
3
4
  "anyOf": [
4
5
  {
@@ -86,4 +87,4 @@
86
87
  }
87
88
  }
88
89
  ]
89
- }
90
+ }
@@ -1,4 +1,5 @@
1
1
  {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
2
3
  "type": "object",
3
4
  "properties": {
4
5
  "lineup": {
@@ -21,4 +22,4 @@
21
22
  "lineup"
22
23
  ],
23
24
  "additionalProperties": false
24
- }
25
+ }
@@ -1,4 +1,5 @@
1
1
  {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
2
3
  "type": "object",
3
4
  "properties": {
4
5
  "lineup": {
@@ -21,4 +22,4 @@
21
22
  "lineup"
22
23
  ],
23
24
  "additionalProperties": false
24
- }
25
+ }
@@ -1,4 +1,5 @@
1
1
  {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
2
3
  "type": "object",
3
4
  "properties": {
4
5
  "team_name": {
@@ -31,4 +32,4 @@
31
32
  },
32
33
  "required": [],
33
34
  "additionalProperties": false
34
- }
35
+ }
@@ -1,4 +1,5 @@
1
1
  {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
2
3
  "type": "object",
3
4
  "properties": {
4
5
  "status": {
@@ -22,4 +23,4 @@
22
23
  "status"
23
24
  ],
24
25
  "additionalProperties": false
25
- }
26
+ }
@@ -1,4 +1,5 @@
1
1
  {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
2
3
  "type": "object",
3
4
  "properties": {
4
5
  "status": {
@@ -12,14 +13,14 @@
12
13
  "Cancelled"
13
14
  ]
14
15
  }
15
- }
16
- },
17
- "required": [
18
- "value"
19
- ]
16
+ },
17
+ "required": [
18
+ "value"
19
+ ]
20
+ }
20
21
  },
21
22
  "required": [
22
23
  "status"
23
24
  ],
24
25
  "additionalProperties": false
25
- }
26
+ }
@@ -1,4 +1,5 @@
1
1
  {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
2
3
  "type": "object",
3
4
  "properties": {
4
5
  "status": {
@@ -12,14 +13,14 @@
12
13
  "Cancelled"
13
14
  ]
14
15
  }
15
- }
16
- },
17
- "required": [
18
- "value"
19
- ]
16
+ },
17
+ "required": [
18
+ "value"
19
+ ]
20
+ }
20
21
  },
21
22
  "required": [
22
23
  "status"
23
24
  ],
24
25
  "additionalProperties": false
25
- }
26
+ }
@@ -1,4 +1,5 @@
1
1
  {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
2
3
  "type": "array",
3
4
  "items": {
4
5
  "type": "object",
@@ -18,4 +19,4 @@
18
19
  "id"
19
20
  ]
20
21
  }
21
- }
22
+ }
@@ -1,4 +1,5 @@
1
1
  {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
2
3
  "type": "array",
3
4
  "items": {
4
5
  "type": "object",
@@ -29,4 +30,4 @@
29
30
  ]
30
31
  },
31
32
  "uniqueItems": true
32
- }
33
+ }
@@ -1,4 +1,5 @@
1
1
  {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
2
3
  "type": "array",
3
4
  "items": {
4
5
  "type": "object",
@@ -29,4 +30,4 @@
29
30
  ]
30
31
  },
31
32
  "uniqueItems": true
32
- }
33
+ }
@@ -1,4 +1,5 @@
1
1
  {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
2
3
  "type": "array",
3
4
  "items": {
4
5
  "type": "object",
@@ -29,4 +30,4 @@
29
30
  ]
30
31
  },
31
32
  "uniqueItems": true
32
- }
33
+ }
@@ -1,4 +1,5 @@
1
1
  {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
2
3
  "type": "array",
3
4
  "items": {
4
5
  "type": "object",
@@ -18,11 +19,11 @@
18
19
  "Cancelled"
19
20
  ]
20
21
  }
21
- }
22
- },
23
- "required": [
24
- "value"
25
- ]
22
+ },
23
+ "required": [
24
+ "value"
25
+ ]
26
+ }
26
27
  },
27
28
  "required": [
28
29
  "id",
@@ -30,4 +31,4 @@
30
31
  ]
31
32
  },
32
33
  "uniqueItems": true
33
- }
34
+ }
@@ -1,4 +1,5 @@
1
1
  {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
2
3
  "type": "array",
3
4
  "items": {
4
5
  "type": "object",
@@ -18,11 +19,11 @@
18
19
  "Cancelled"
19
20
  ]
20
21
  }
21
- }
22
- },
23
- "required": [
24
- "value"
25
- ]
22
+ },
23
+ "required": [
24
+ "value"
25
+ ]
26
+ }
26
27
  },
27
28
  "required": [
28
29
  "id",
@@ -30,4 +31,4 @@
30
31
  ]
31
32
  },
32
33
  "uniqueItems": true
33
- }
34
+ }
@@ -1,4 +1,5 @@
1
1
  {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
2
3
  "type": "array",
3
4
  "items": {
4
5
  "type": "object",
@@ -18,11 +19,11 @@
18
19
  "Cancelled"
19
20
  ]
20
21
  }
21
- }
22
- },
23
- "required": [
24
- "value"
25
- ]
22
+ },
23
+ "required": [
24
+ "value"
25
+ ]
26
+ }
26
27
  },
27
28
  "required": [
28
29
  "id",
@@ -30,4 +31,4 @@
30
31
  ]
31
32
  },
32
33
  "uniqueItems": true
33
- }
34
+ }
@@ -1,4 +1,5 @@
1
1
  {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
2
3
  "type": "object",
3
4
  "properties": {
4
5
  "name": {
@@ -26,4 +27,4 @@
26
27
  },
27
28
  "required": [],
28
29
  "additionalProperties": false
29
- }
30
+ }
@@ -1,4 +1,5 @@
1
1
  {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
2
3
  "type": "array",
3
4
  "items": {
4
5
  "type": "object",
@@ -21,4 +22,4 @@
21
22
  "additionalProperties": false
22
23
  },
23
24
  "uniqueItems": true
24
- }
25
+ }
@@ -1,4 +1,5 @@
1
1
  {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
2
3
  "type": "object",
3
4
  "properties": {
4
5
  "email": {
@@ -25,4 +26,4 @@
25
26
  },
26
27
  "required": [],
27
28
  "additionalProperties": false
28
- }
29
+ }
@@ -1,4 +1,5 @@
1
1
  {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
2
3
  "type": "object",
3
4
  "properties": {
4
5
  "password": {
@@ -17,4 +18,4 @@
17
18
  "password"
18
19
  ],
19
20
  "additionalProperties": false
20
- }
21
+ }
@@ -1,4 +1,5 @@
1
1
  {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
2
3
  "type": "object",
3
4
  "properties": {
4
5
  "role": {
@@ -18,4 +19,4 @@
18
19
  "role"
19
20
  ],
20
21
  "additionalProperties": false
21
- }
22
+ }
@@ -1,4 +1,5 @@
1
1
  {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
2
3
  "type": "object",
3
4
  "properties": {
4
5
  "name": {
@@ -49,4 +50,4 @@
49
50
  },
50
51
  "required": [],
51
52
  "additionalProperties": false
52
- }
53
+ }
@@ -1,4 +1,5 @@
1
1
  {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
2
3
  "type": "object",
3
4
  "properties": {
4
5
  "name": {
@@ -49,4 +50,4 @@
49
50
  },
50
51
  "required": [],
51
52
  "additionalProperties": false
52
- }
53
+ }
@@ -1,4 +1,5 @@
1
1
  {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
2
3
  "type": "array",
3
4
  "items": {
4
5
  "type": "object",
@@ -21,4 +22,4 @@
21
22
  "additionalProperties": false
22
23
  },
23
24
  "uniqueItems": true
24
- }
25
+ }
@@ -1,4 +1,5 @@
1
1
  {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
2
3
  "type": "array",
3
4
  "items": {
4
5
  "type": "object",
@@ -21,4 +22,4 @@
21
22
  "additionalProperties": false
22
23
  },
23
24
  "uniqueItems": true
24
- }
25
+ }
@@ -1,4 +1,5 @@
1
1
  {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
2
3
  "type": "object",
3
4
  "properties": {
4
5
  "text": {
@@ -1,4 +1,5 @@
1
1
  {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
2
3
  "type": "object",
3
4
  "properties": {
4
5
  "text": {
@@ -1,4 +1,5 @@
1
1
  {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
2
3
  "type": "object",
3
4
  "properties": {
4
5
  "email": {
@@ -13,4 +14,4 @@
13
14
  "password"
14
15
  ],
15
16
  "additionalProperties": false
16
- }
17
+ }
@@ -1,4 +1,5 @@
1
1
  {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
2
3
  "type": "object",
3
4
  "properties": {
4
5
  "name": {
@@ -1195,4 +1196,4 @@
1195
1196
  "timezone_name"
1196
1197
  ],
1197
1198
  "additionalProperties": false
1198
- }
1199
+ }
@@ -1,4 +1,5 @@
1
1
  {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
2
3
  "type": "object",
3
4
  "properties": {
4
5
  "vk_group_token": {
@@ -17,4 +18,4 @@
17
18
  "vk_group_token"
18
19
  ],
19
20
  "additionalProperties": false
20
- }
21
+ }
@@ -1,4 +1,5 @@
1
1
  {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
2
3
  "type": "object",
3
4
  "properties": {
4
5
  "location_id": {
@@ -24,4 +25,4 @@
24
25
  "event_time"
25
26
  ],
26
27
  "additionalProperties": false
27
- }
28
+ }
@@ -1,4 +1,5 @@
1
1
  {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
2
3
  "type": "object",
3
4
  "properties": {
4
5
  "location_id": {
@@ -24,4 +25,4 @@
24
25
  "event_time"
25
26
  ],
26
27
  "additionalProperties": false
27
- }
28
+ }
@@ -1,4 +1,5 @@
1
1
  {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
2
3
  "type": "array",
3
4
  "items": {
4
5
  "type": "object",
@@ -14,4 +15,4 @@
14
15
  "additionalProperties": false
15
16
  },
16
17
  "uniqueItems": true
17
- }
18
+ }
@@ -1,4 +1,5 @@
1
1
  {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
2
3
  "type": "array",
3
4
  "items": {
4
5
  "type": "object",
@@ -14,4 +15,4 @@
14
15
  "additionalProperties": false
15
16
  },
16
17
  "uniqueItems": true
17
- }
18
+ }
@@ -1,4 +1,5 @@
1
1
  {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
2
3
  "type": "object",
3
4
  "properties": {
4
5
  "template": {
@@ -13,4 +14,4 @@
13
14
  "text"
14
15
  ],
15
16
  "additionalProperties": false
16
- }
17
+ }
@@ -1,4 +1,5 @@
1
1
  {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
2
3
  "type": "object",
3
4
  "properties": {
4
5
  "template": {
@@ -13,4 +14,4 @@
13
14
  "text"
14
15
  ],
15
16
  "additionalProperties": false
16
- }
17
+ }
@@ -1,4 +1,5 @@
1
1
  {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
2
3
  "type": "array",
3
4
  "items": {
4
5
  "type": "object",
@@ -14,4 +15,4 @@
14
15
  "additionalProperties": false
15
16
  },
16
17
  "uniqueItems": true
17
- }
18
+ }
@@ -1,4 +1,5 @@
1
1
  {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
2
3
  "type": "array",
3
4
  "items": {
4
5
  "type": "object",
@@ -14,4 +15,4 @@
14
15
  "additionalProperties": false
15
16
  },
16
17
  "uniqueItems": true
17
- }
18
+ }
@@ -1,4 +1,5 @@
1
1
  {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
2
3
  "type": "object",
3
4
  "properties": {
4
5
  "name": {
@@ -23,4 +24,4 @@
23
24
  "description"
24
25
  ],
25
26
  "additionalProperties": false
26
- }
27
+ }
@@ -1,4 +1,5 @@
1
1
  {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
2
3
  "type": "object",
3
4
  "properties": {
4
5
  "email": {
@@ -9,4 +10,4 @@
9
10
  "email"
10
11
  ],
11
12
  "additionalProperties": false
12
- }
13
+ }
@@ -1,4 +1,5 @@
1
1
  {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
2
3
  "type": "object",
3
4
  "properties": {
4
5
  "id": {
@@ -10,4 +11,4 @@
10
11
  "id"
11
12
  ],
12
13
  "additionalProperties": false
13
- }
14
+ }
@@ -1,4 +1,5 @@
1
1
  {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
2
3
  "type": "object",
3
4
  "properties": {
4
5
  "password": {
@@ -17,4 +18,4 @@
17
18
  "password"
18
19
  ],
19
20
  "additionalProperties": false
20
- }
21
+ }
@@ -1,4 +1,5 @@
1
1
  {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
2
3
  "type": "object",
3
4
  "properties": {
4
5
  "role": {
@@ -18,4 +19,4 @@
18
19
  "role"
19
20
  ],
20
21
  "additionalProperties": false
21
- }
22
+ }
@@ -1,4 +1,5 @@
1
1
  {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
2
3
  "type": "object",
3
4
  "properties": {
4
5
  "name": {
@@ -35,4 +36,4 @@
35
36
  "city_id"
36
37
  ],
37
38
  "additionalProperties": false
38
- }
39
+ }
@@ -1,4 +1,5 @@
1
1
  {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
2
3
  "type": "object",
3
4
  "properties": {
4
5
  "name": {
@@ -35,4 +36,4 @@
35
36
  "city_id"
36
37
  ],
37
38
  "additionalProperties": false
38
- }
39
+ }