|
23 | 23 | "properties": { |
24 | 24 | "data": { |
25 | 25 | "type": "string", |
26 | | - "description": "e.g. /api/data" |
| 26 | + "description": "e.g. /api/v1/data" |
27 | 27 | }, |
28 | 28 | "metadata": { |
29 | 29 | "type": "string", |
30 | | - "description": "e.g. /api/meta" |
| 30 | + "description": "e.g. /api/v1/meta" |
31 | 31 | }, |
32 | 32 | "ui": { |
33 | 33 | "type": "string", |
34 | | - "description": "e.g. /api/ui" |
| 34 | + "description": "e.g. /api/v1/ui" |
35 | 35 | }, |
36 | 36 | "auth": { |
37 | 37 | "type": "string", |
38 | | - "description": "e.g. /api/auth" |
| 38 | + "description": "e.g. /api/v1/auth" |
39 | 39 | }, |
40 | 40 | "automation": { |
41 | 41 | "type": "string", |
42 | | - "description": "e.g. /api/automation" |
| 42 | + "description": "e.g. /api/v1/automation" |
43 | 43 | }, |
44 | 44 | "storage": { |
45 | 45 | "type": "string", |
46 | | - "description": "e.g. /api/storage" |
| 46 | + "description": "e.g. /api/v1/storage" |
47 | 47 | }, |
48 | 48 | "analytics": { |
49 | 49 | "type": "string", |
50 | | - "description": "e.g. /api/analytics" |
| 50 | + "description": "e.g. /api/v1/analytics" |
51 | 51 | }, |
52 | 52 | "hub": { |
53 | 53 | "type": "string", |
54 | | - "description": "e.g. /api/hub" |
| 54 | + "description": "e.g. /api/v1/hub" |
55 | 55 | }, |
56 | 56 | "graphql": { |
57 | 57 | "type": "string", |
58 | 58 | "description": "e.g. /graphql" |
| 59 | + }, |
| 60 | + "packages": { |
| 61 | + "type": "string", |
| 62 | + "description": "e.g. /api/v1/packages" |
| 63 | + }, |
| 64 | + "workflow": { |
| 65 | + "type": "string", |
| 66 | + "description": "e.g. /api/v1/workflow" |
| 67 | + }, |
| 68 | + "realtime": { |
| 69 | + "type": "string", |
| 70 | + "description": "e.g. /api/v1/realtime" |
| 71 | + }, |
| 72 | + "notifications": { |
| 73 | + "type": "string", |
| 74 | + "description": "e.g. /api/v1/notifications" |
| 75 | + }, |
| 76 | + "ai": { |
| 77 | + "type": "string", |
| 78 | + "description": "e.g. /api/v1/ai" |
| 79 | + }, |
| 80 | + "i18n": { |
| 81 | + "type": "string", |
| 82 | + "description": "e.g. /api/v1/i18n" |
59 | 83 | } |
60 | 84 | }, |
61 | 85 | "required": [ |
|
93 | 117 | "type": "boolean", |
94 | 118 | "default": false, |
95 | 119 | "description": "Is Hub management enabled?" |
| 120 | + }, |
| 121 | + "ai": { |
| 122 | + "type": "boolean", |
| 123 | + "default": false, |
| 124 | + "description": "Is the AI engine enabled?" |
| 125 | + }, |
| 126 | + "workflow": { |
| 127 | + "type": "boolean", |
| 128 | + "default": false, |
| 129 | + "description": "Is the Workflow engine enabled?" |
| 130 | + }, |
| 131 | + "notifications": { |
| 132 | + "type": "boolean", |
| 133 | + "default": false, |
| 134 | + "description": "Is the Notification service enabled?" |
| 135 | + }, |
| 136 | + "i18n": { |
| 137 | + "type": "boolean", |
| 138 | + "default": false, |
| 139 | + "description": "Is the i18n service enabled?" |
96 | 140 | } |
97 | 141 | }, |
98 | 142 | "additionalProperties": false |
|
0 commit comments