@gozargah/xray-schema 0.0.3 → 0.0.5

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.
package/dist/schema.json CHANGED
@@ -1089,27 +1089,10 @@
1089
1089
  "$ref": "#/definitions/__schema64"
1090
1090
  },
1091
1091
  "users": {
1092
- "type": "array",
1093
- "items": {
1094
- "type": "object",
1095
- "properties": {
1096
- "password": {
1097
- "type": "string"
1098
- },
1099
- "level": {
1100
- "default": 0,
1101
- "type": "number"
1102
- },
1103
- "email": {
1104
- "type": "string",
1105
- "minLength": 1
1106
- }
1107
- },
1108
- "required": [
1109
- "email"
1110
- ],
1111
- "additionalProperties": false
1112
- }
1092
+ "$ref": "#/definitions/__schema65"
1093
+ },
1094
+ "clients": {
1095
+ "$ref": "#/definitions/__schema65"
1113
1096
  }
1114
1097
  },
1115
1098
  "required": [
@@ -1135,37 +1118,13 @@
1135
1118
  "$ref": "#/definitions/__schema63"
1136
1119
  },
1137
1120
  "method": {
1138
- "$ref": "#/definitions/__schema65"
1121
+ "$ref": "#/definitions/__schema66"
1139
1122
  },
1140
1123
  "users": {
1141
- "type": "array",
1142
- "items": {
1143
- "type": "object",
1144
- "properties": {
1145
- "password": {
1146
- "type": "string"
1147
- },
1148
- "level": {
1149
- "default": 0,
1150
- "type": "number"
1151
- },
1152
- "email": {
1153
- "type": "string",
1154
- "minLength": 1
1155
- },
1156
- "method": {
1157
- "allOf": [
1158
- {
1159
- "$ref": "#/definitions/__schema65"
1160
- }
1161
- ]
1162
- }
1163
- },
1164
- "required": [
1165
- "email"
1166
- ],
1167
- "additionalProperties": false
1168
- }
1124
+ "$ref": "#/definitions/__schema67"
1125
+ },
1126
+ "clients": {
1127
+ "$ref": "#/definitions/__schema67"
1169
1128
  }
1170
1129
  },
1171
1130
  "required": [
@@ -1210,10 +1169,10 @@
1210
1169
  "type": "object",
1211
1170
  "properties": {
1212
1171
  "decryption": {
1213
- "$ref": "#/definitions/__schema66"
1172
+ "$ref": "#/definitions/__schema68"
1214
1173
  },
1215
1174
  "fallbacks": {
1216
- "$ref": "#/definitions/__schema67"
1175
+ "$ref": "#/definitions/__schema69"
1217
1176
  },
1218
1177
  "users": {
1219
1178
  "default": [],
@@ -1222,19 +1181,19 @@
1222
1181
  "type": "object",
1223
1182
  "properties": {
1224
1183
  "id": {
1225
- "$ref": "#/definitions/__schema68"
1184
+ "$ref": "#/definitions/__schema70"
1226
1185
  },
1227
1186
  "level": {
1228
- "$ref": "#/definitions/__schema69"
1187
+ "$ref": "#/definitions/__schema71"
1229
1188
  },
1230
1189
  "email": {
1231
- "$ref": "#/definitions/__schema70"
1190
+ "$ref": "#/definitions/__schema72"
1232
1191
  },
1233
1192
  "flow": {
1234
- "$ref": "#/definitions/__schema71"
1193
+ "$ref": "#/definitions/__schema73"
1235
1194
  },
1236
1195
  "reverse": {
1237
- "$ref": "#/definitions/__schema72"
1196
+ "$ref": "#/definitions/__schema74"
1238
1197
  }
1239
1198
  },
1240
1199
  "required": [
@@ -1253,10 +1212,10 @@
1253
1212
  "type": "object",
1254
1213
  "properties": {
1255
1214
  "decryption": {
1256
- "$ref": "#/definitions/__schema66"
1215
+ "$ref": "#/definitions/__schema68"
1257
1216
  },
1258
1217
  "fallbacks": {
1259
- "$ref": "#/definitions/__schema67"
1218
+ "$ref": "#/definitions/__schema69"
1260
1219
  },
1261
1220
  "clients": {
1262
1221
  "default": [],
@@ -1265,19 +1224,19 @@
1265
1224
  "type": "object",
1266
1225
  "properties": {
1267
1226
  "id": {
1268
- "$ref": "#/definitions/__schema68"
1227
+ "$ref": "#/definitions/__schema70"
1269
1228
  },
1270
1229
  "level": {
1271
- "$ref": "#/definitions/__schema69"
1230
+ "$ref": "#/definitions/__schema71"
1272
1231
  },
1273
1232
  "email": {
1274
- "$ref": "#/definitions/__schema70"
1233
+ "$ref": "#/definitions/__schema72"
1275
1234
  },
1276
1235
  "flow": {
1277
- "$ref": "#/definitions/__schema71"
1236
+ "$ref": "#/definitions/__schema73"
1278
1237
  },
1279
1238
  "reverse": {
1280
- "$ref": "#/definitions/__schema72"
1239
+ "$ref": "#/definitions/__schema74"
1281
1240
  }
1282
1241
  },
1283
1242
  "required": [
@@ -1329,13 +1288,13 @@
1329
1288
  "type": "object",
1330
1289
  "properties": {
1331
1290
  "default": {
1332
- "$ref": "#/definitions/__schema73"
1291
+ "$ref": "#/definitions/__schema75"
1333
1292
  },
1334
1293
  "clients": {
1335
1294
  "default": [],
1336
1295
  "type": "array",
1337
1296
  "items": {
1338
- "$ref": "#/definitions/__schema74"
1297
+ "$ref": "#/definitions/__schema76"
1339
1298
  }
1340
1299
  }
1341
1300
  },
@@ -1345,13 +1304,13 @@
1345
1304
  "type": "object",
1346
1305
  "properties": {
1347
1306
  "default": {
1348
- "$ref": "#/definitions/__schema73"
1307
+ "$ref": "#/definitions/__schema75"
1349
1308
  },
1350
1309
  "users": {
1351
1310
  "default": [],
1352
1311
  "type": "array",
1353
1312
  "items": {
1354
- "$ref": "#/definitions/__schema74"
1313
+ "$ref": "#/definitions/__schema76"
1355
1314
  }
1356
1315
  }
1357
1316
  },
@@ -1711,22 +1670,22 @@
1711
1670
  "type": "object",
1712
1671
  "properties": {
1713
1672
  "sendThrough": {
1714
- "$ref": "#/definitions/__schema75"
1673
+ "$ref": "#/definitions/__schema77"
1715
1674
  },
1716
1675
  "tag": {
1717
- "$ref": "#/definitions/__schema76"
1676
+ "$ref": "#/definitions/__schema78"
1718
1677
  },
1719
1678
  "streamSettings": {
1720
- "$ref": "#/definitions/__schema77"
1679
+ "$ref": "#/definitions/__schema79"
1721
1680
  },
1722
1681
  "targetStrategy": {
1723
- "$ref": "#/definitions/__schema78"
1682
+ "$ref": "#/definitions/__schema80"
1724
1683
  },
1725
1684
  "proxySettings": {
1726
- "$ref": "#/definitions/__schema79"
1685
+ "$ref": "#/definitions/__schema81"
1727
1686
  },
1728
1687
  "mux": {
1729
- "$ref": "#/definitions/__schema80"
1688
+ "$ref": "#/definitions/__schema82"
1730
1689
  },
1731
1690
  "protocol": {
1732
1691
  "anyOf": [
@@ -1770,22 +1729,22 @@
1770
1729
  "type": "object",
1771
1730
  "properties": {
1772
1731
  "sendThrough": {
1773
- "$ref": "#/definitions/__schema75"
1732
+ "$ref": "#/definitions/__schema77"
1774
1733
  },
1775
1734
  "tag": {
1776
- "$ref": "#/definitions/__schema76"
1735
+ "$ref": "#/definitions/__schema78"
1777
1736
  },
1778
1737
  "streamSettings": {
1779
- "$ref": "#/definitions/__schema77"
1738
+ "$ref": "#/definitions/__schema79"
1780
1739
  },
1781
1740
  "targetStrategy": {
1782
- "$ref": "#/definitions/__schema78"
1741
+ "$ref": "#/definitions/__schema80"
1783
1742
  },
1784
1743
  "proxySettings": {
1785
- "$ref": "#/definitions/__schema79"
1744
+ "$ref": "#/definitions/__schema81"
1786
1745
  },
1787
1746
  "mux": {
1788
- "$ref": "#/definitions/__schema80"
1747
+ "$ref": "#/definitions/__schema82"
1789
1748
  },
1790
1749
  "protocol": {
1791
1750
  "anyOf": [
@@ -1986,22 +1945,22 @@
1986
1945
  "type": "object",
1987
1946
  "properties": {
1988
1947
  "sendThrough": {
1989
- "$ref": "#/definitions/__schema75"
1948
+ "$ref": "#/definitions/__schema77"
1990
1949
  },
1991
1950
  "tag": {
1992
- "$ref": "#/definitions/__schema76"
1951
+ "$ref": "#/definitions/__schema78"
1993
1952
  },
1994
1953
  "streamSettings": {
1995
- "$ref": "#/definitions/__schema77"
1954
+ "$ref": "#/definitions/__schema79"
1996
1955
  },
1997
1956
  "targetStrategy": {
1998
- "$ref": "#/definitions/__schema78"
1957
+ "$ref": "#/definitions/__schema80"
1999
1958
  },
2000
1959
  "proxySettings": {
2001
- "$ref": "#/definitions/__schema79"
1960
+ "$ref": "#/definitions/__schema81"
2002
1961
  },
2003
1962
  "mux": {
2004
- "$ref": "#/definitions/__schema80"
1963
+ "$ref": "#/definitions/__schema82"
2005
1964
  },
2006
1965
  "protocol": {
2007
1966
  "type": "string",
@@ -2085,22 +2044,22 @@
2085
2044
  "type": "object",
2086
2045
  "properties": {
2087
2046
  "sendThrough": {
2088
- "$ref": "#/definitions/__schema75"
2047
+ "$ref": "#/definitions/__schema77"
2089
2048
  },
2090
2049
  "tag": {
2091
- "$ref": "#/definitions/__schema76"
2050
+ "$ref": "#/definitions/__schema78"
2092
2051
  },
2093
2052
  "streamSettings": {
2094
- "$ref": "#/definitions/__schema77"
2053
+ "$ref": "#/definitions/__schema79"
2095
2054
  },
2096
2055
  "targetStrategy": {
2097
- "$ref": "#/definitions/__schema78"
2056
+ "$ref": "#/definitions/__schema80"
2098
2057
  },
2099
2058
  "proxySettings": {
2100
- "$ref": "#/definitions/__schema79"
2059
+ "$ref": "#/definitions/__schema81"
2101
2060
  },
2102
2061
  "mux": {
2103
- "$ref": "#/definitions/__schema80"
2062
+ "$ref": "#/definitions/__schema82"
2104
2063
  },
2105
2064
  "protocol": {
2106
2065
  "type": "string",
@@ -2138,22 +2097,22 @@
2138
2097
  "type": "object",
2139
2098
  "properties": {
2140
2099
  "sendThrough": {
2141
- "$ref": "#/definitions/__schema75"
2100
+ "$ref": "#/definitions/__schema77"
2142
2101
  },
2143
2102
  "tag": {
2144
- "$ref": "#/definitions/__schema76"
2103
+ "$ref": "#/definitions/__schema78"
2145
2104
  },
2146
2105
  "streamSettings": {
2147
- "$ref": "#/definitions/__schema77"
2106
+ "$ref": "#/definitions/__schema79"
2148
2107
  },
2149
2108
  "targetStrategy": {
2150
- "$ref": "#/definitions/__schema78"
2109
+ "$ref": "#/definitions/__schema80"
2151
2110
  },
2152
2111
  "proxySettings": {
2153
- "$ref": "#/definitions/__schema79"
2112
+ "$ref": "#/definitions/__schema81"
2154
2113
  },
2155
2114
  "mux": {
2156
- "$ref": "#/definitions/__schema80"
2115
+ "$ref": "#/definitions/__schema82"
2157
2116
  },
2158
2117
  "protocol": {
2159
2118
  "type": "string",
@@ -2182,22 +2141,22 @@
2182
2141
  "type": "object",
2183
2142
  "properties": {
2184
2143
  "sendThrough": {
2185
- "$ref": "#/definitions/__schema75"
2144
+ "$ref": "#/definitions/__schema77"
2186
2145
  },
2187
2146
  "tag": {
2188
- "$ref": "#/definitions/__schema76"
2147
+ "$ref": "#/definitions/__schema78"
2189
2148
  },
2190
2149
  "streamSettings": {
2191
- "$ref": "#/definitions/__schema77"
2150
+ "$ref": "#/definitions/__schema79"
2192
2151
  },
2193
2152
  "targetStrategy": {
2194
- "$ref": "#/definitions/__schema78"
2153
+ "$ref": "#/definitions/__schema80"
2195
2154
  },
2196
2155
  "proxySettings": {
2197
- "$ref": "#/definitions/__schema79"
2156
+ "$ref": "#/definitions/__schema81"
2198
2157
  },
2199
2158
  "mux": {
2200
- "$ref": "#/definitions/__schema80"
2159
+ "$ref": "#/definitions/__schema82"
2201
2160
  },
2202
2161
  "protocol": {
2203
2162
  "type": "string",
@@ -2206,7 +2165,7 @@
2206
2165
  "settings": {
2207
2166
  "anyOf": [
2208
2167
  {
2209
- "$ref": "#/definitions/__schema81"
2168
+ "$ref": "#/definitions/__schema83"
2210
2169
  },
2211
2170
  {
2212
2171
  "type": "object",
@@ -2214,7 +2173,7 @@
2214
2173
  "servers": {
2215
2174
  "type": "array",
2216
2175
  "items": {
2217
- "$ref": "#/definitions/__schema81"
2176
+ "$ref": "#/definitions/__schema83"
2218
2177
  }
2219
2178
  }
2220
2179
  },
@@ -2236,22 +2195,22 @@
2236
2195
  "type": "object",
2237
2196
  "properties": {
2238
2197
  "sendThrough": {
2239
- "$ref": "#/definitions/__schema75"
2198
+ "$ref": "#/definitions/__schema77"
2240
2199
  },
2241
2200
  "tag": {
2242
- "$ref": "#/definitions/__schema76"
2201
+ "$ref": "#/definitions/__schema78"
2243
2202
  },
2244
2203
  "streamSettings": {
2245
- "$ref": "#/definitions/__schema77"
2204
+ "$ref": "#/definitions/__schema79"
2246
2205
  },
2247
2206
  "targetStrategy": {
2248
- "$ref": "#/definitions/__schema78"
2207
+ "$ref": "#/definitions/__schema80"
2249
2208
  },
2250
2209
  "proxySettings": {
2251
- "$ref": "#/definitions/__schema79"
2210
+ "$ref": "#/definitions/__schema81"
2252
2211
  },
2253
2212
  "mux": {
2254
- "$ref": "#/definitions/__schema80"
2213
+ "$ref": "#/definitions/__schema82"
2255
2214
  },
2256
2215
  "protocol": {
2257
2216
  "type": "string",
@@ -2260,7 +2219,7 @@
2260
2219
  "settings": {
2261
2220
  "anyOf": [
2262
2221
  {
2263
- "$ref": "#/definitions/__schema82"
2222
+ "$ref": "#/definitions/__schema84"
2264
2223
  },
2265
2224
  {
2266
2225
  "type": "object",
@@ -2268,7 +2227,7 @@
2268
2227
  "servers": {
2269
2228
  "type": "array",
2270
2229
  "items": {
2271
- "$ref": "#/definitions/__schema82"
2230
+ "$ref": "#/definitions/__schema84"
2272
2231
  }
2273
2232
  }
2274
2233
  },
@@ -2289,22 +2248,22 @@
2289
2248
  "type": "object",
2290
2249
  "properties": {
2291
2250
  "sendThrough": {
2292
- "$ref": "#/definitions/__schema75"
2251
+ "$ref": "#/definitions/__schema77"
2293
2252
  },
2294
2253
  "tag": {
2295
- "$ref": "#/definitions/__schema76"
2254
+ "$ref": "#/definitions/__schema78"
2296
2255
  },
2297
2256
  "streamSettings": {
2298
- "$ref": "#/definitions/__schema77"
2257
+ "$ref": "#/definitions/__schema79"
2299
2258
  },
2300
2259
  "targetStrategy": {
2301
- "$ref": "#/definitions/__schema78"
2260
+ "$ref": "#/definitions/__schema80"
2302
2261
  },
2303
2262
  "proxySettings": {
2304
- "$ref": "#/definitions/__schema79"
2263
+ "$ref": "#/definitions/__schema81"
2305
2264
  },
2306
2265
  "mux": {
2307
- "$ref": "#/definitions/__schema80"
2266
+ "$ref": "#/definitions/__schema82"
2308
2267
  },
2309
2268
  "protocol": {
2310
2269
  "type": "string",
@@ -2313,7 +2272,7 @@
2313
2272
  "settings": {
2314
2273
  "anyOf": [
2315
2274
  {
2316
- "$ref": "#/definitions/__schema83"
2275
+ "$ref": "#/definitions/__schema85"
2317
2276
  },
2318
2277
  {
2319
2278
  "type": "object",
@@ -2321,7 +2280,7 @@
2321
2280
  "servers": {
2322
2281
  "type": "array",
2323
2282
  "items": {
2324
- "$ref": "#/definitions/__schema83"
2283
+ "$ref": "#/definitions/__schema85"
2325
2284
  }
2326
2285
  }
2327
2286
  },
@@ -2343,84 +2302,151 @@
2343
2302
  "type": "object",
2344
2303
  "properties": {
2345
2304
  "sendThrough": {
2346
- "$ref": "#/definitions/__schema75"
2305
+ "$ref": "#/definitions/__schema77"
2347
2306
  },
2348
2307
  "tag": {
2349
- "$ref": "#/definitions/__schema76"
2308
+ "$ref": "#/definitions/__schema78"
2350
2309
  },
2351
2310
  "streamSettings": {
2352
- "$ref": "#/definitions/__schema77"
2311
+ "$ref": "#/definitions/__schema79"
2353
2312
  },
2354
2313
  "targetStrategy": {
2355
- "$ref": "#/definitions/__schema78"
2314
+ "$ref": "#/definitions/__schema80"
2356
2315
  },
2357
2316
  "proxySettings": {
2358
- "$ref": "#/definitions/__schema79"
2317
+ "$ref": "#/definitions/__schema81"
2359
2318
  },
2360
2319
  "mux": {
2361
- "$ref": "#/definitions/__schema80"
2320
+ "$ref": "#/definitions/__schema82"
2362
2321
  },
2363
2322
  "protocol": {
2364
2323
  "type": "string",
2365
2324
  "const": "vless"
2366
2325
  },
2367
2326
  "settings": {
2368
- "type": "object",
2369
- "properties": {
2370
- "address": {
2371
- "type": "string"
2372
- },
2373
- "port": {
2374
- "$ref": "#/definitions/__schema7"
2375
- },
2376
- "id": {
2377
- "type": "string"
2378
- },
2379
- "encryption": {
2380
- "default": "none",
2381
- "type": "string"
2382
- },
2383
- "flow": {
2384
- "type": "string",
2385
- "enum": [
2386
- "",
2387
- "xtls-rprx-vision",
2388
- "xtls-rprx-vision-udp443"
2389
- ]
2390
- },
2391
- "level": {
2392
- "default": 0,
2393
- "type": "integer",
2394
- "minimum": -9007199254740991,
2395
- "maximum": 9007199254740991
2396
- },
2397
- "reverse": {
2327
+ "anyOf": [
2328
+ {
2398
2329
  "type": "object",
2399
2330
  "properties": {
2400
- "tag": {
2331
+ "address": {
2401
2332
  "type": "string"
2402
2333
  },
2403
- "sniffing": {
2404
- "allOf": [
2405
- {
2406
- "$ref": "#/definitions/__schema57"
2407
- }
2334
+ "port": {
2335
+ "$ref": "#/definitions/__schema7"
2336
+ },
2337
+ "id": {
2338
+ "type": "string"
2339
+ },
2340
+ "encryption": {
2341
+ "default": "none",
2342
+ "type": "string"
2343
+ },
2344
+ "flow": {
2345
+ "type": "string",
2346
+ "enum": [
2347
+ "",
2348
+ "xtls-rprx-vision",
2349
+ "xtls-rprx-vision-udp443"
2408
2350
  ]
2351
+ },
2352
+ "level": {
2353
+ "default": 0,
2354
+ "type": "integer",
2355
+ "minimum": -9007199254740991,
2356
+ "maximum": 9007199254740991
2357
+ },
2358
+ "reverse": {
2359
+ "type": "object",
2360
+ "properties": {
2361
+ "tag": {
2362
+ "type": "string"
2363
+ },
2364
+ "sniffing": {
2365
+ "allOf": [
2366
+ {
2367
+ "$ref": "#/definitions/__schema57"
2368
+ }
2369
+ ]
2370
+ }
2371
+ },
2372
+ "required": [
2373
+ "tag"
2374
+ ],
2375
+ "additionalProperties": false
2409
2376
  }
2410
2377
  },
2411
2378
  "required": [
2412
- "tag"
2379
+ "address",
2380
+ "port",
2381
+ "id",
2382
+ "encryption"
2383
+ ],
2384
+ "additionalProperties": false
2385
+ },
2386
+ {
2387
+ "type": "object",
2388
+ "properties": {
2389
+ "vnext": {
2390
+ "type": "array",
2391
+ "items": {
2392
+ "type": "object",
2393
+ "properties": {
2394
+ "address": {
2395
+ "type": "string"
2396
+ },
2397
+ "port": {
2398
+ "$ref": "#/definitions/__schema7"
2399
+ },
2400
+ "users": {
2401
+ "type": "array",
2402
+ "items": {
2403
+ "type": "object",
2404
+ "properties": {
2405
+ "id": {
2406
+ "type": "string"
2407
+ },
2408
+ "encryption": {
2409
+ "default": "none",
2410
+ "type": "string"
2411
+ },
2412
+ "flow": {
2413
+ "type": "string",
2414
+ "enum": [
2415
+ "",
2416
+ "xtls-rprx-vision",
2417
+ "xtls-rprx-vision-udp443"
2418
+ ]
2419
+ },
2420
+ "level": {
2421
+ "default": 0,
2422
+ "type": "integer",
2423
+ "minimum": -9007199254740991,
2424
+ "maximum": 9007199254740991
2425
+ }
2426
+ },
2427
+ "required": [
2428
+ "id",
2429
+ "encryption"
2430
+ ],
2431
+ "additionalProperties": false
2432
+ }
2433
+ }
2434
+ },
2435
+ "required": [
2436
+ "address",
2437
+ "port",
2438
+ "users"
2439
+ ],
2440
+ "additionalProperties": false
2441
+ }
2442
+ }
2443
+ },
2444
+ "required": [
2445
+ "vnext"
2413
2446
  ],
2414
2447
  "additionalProperties": false
2415
2448
  }
2416
- },
2417
- "required": [
2418
- "address",
2419
- "port",
2420
- "id",
2421
- "encryption"
2422
- ],
2423
- "additionalProperties": false
2449
+ ]
2424
2450
  }
2425
2451
  },
2426
2452
  "required": [
@@ -2433,22 +2459,22 @@
2433
2459
  "type": "object",
2434
2460
  "properties": {
2435
2461
  "sendThrough": {
2436
- "$ref": "#/definitions/__schema75"
2462
+ "$ref": "#/definitions/__schema77"
2437
2463
  },
2438
2464
  "tag": {
2439
- "$ref": "#/definitions/__schema76"
2465
+ "$ref": "#/definitions/__schema78"
2440
2466
  },
2441
2467
  "streamSettings": {
2442
- "$ref": "#/definitions/__schema77"
2468
+ "$ref": "#/definitions/__schema79"
2443
2469
  },
2444
2470
  "targetStrategy": {
2445
- "$ref": "#/definitions/__schema78"
2471
+ "$ref": "#/definitions/__schema80"
2446
2472
  },
2447
2473
  "proxySettings": {
2448
- "$ref": "#/definitions/__schema79"
2474
+ "$ref": "#/definitions/__schema81"
2449
2475
  },
2450
2476
  "mux": {
2451
- "$ref": "#/definitions/__schema80"
2477
+ "$ref": "#/definitions/__schema82"
2452
2478
  },
2453
2479
  "protocol": {
2454
2480
  "type": "string",
@@ -2509,22 +2535,22 @@
2509
2535
  "type": "object",
2510
2536
  "properties": {
2511
2537
  "sendThrough": {
2512
- "$ref": "#/definitions/__schema75"
2538
+ "$ref": "#/definitions/__schema77"
2513
2539
  },
2514
2540
  "tag": {
2515
- "$ref": "#/definitions/__schema76"
2541
+ "$ref": "#/definitions/__schema78"
2516
2542
  },
2517
2543
  "streamSettings": {
2518
- "$ref": "#/definitions/__schema77"
2544
+ "$ref": "#/definitions/__schema79"
2519
2545
  },
2520
2546
  "targetStrategy": {
2521
- "$ref": "#/definitions/__schema78"
2547
+ "$ref": "#/definitions/__schema80"
2522
2548
  },
2523
2549
  "proxySettings": {
2524
- "$ref": "#/definitions/__schema79"
2550
+ "$ref": "#/definitions/__schema81"
2525
2551
  },
2526
2552
  "mux": {
2527
- "$ref": "#/definitions/__schema80"
2553
+ "$ref": "#/definitions/__schema82"
2528
2554
  },
2529
2555
  "protocol": {
2530
2556
  "type": "string",
@@ -2540,14 +2566,14 @@
2540
2566
  "minItems": 1,
2541
2567
  "type": "array",
2542
2568
  "items": {
2543
- "$ref": "#/definitions/__schema84"
2569
+ "$ref": "#/definitions/__schema86"
2544
2570
  }
2545
2571
  },
2546
2572
  "peers": {
2547
2573
  "minItems": 1,
2548
2574
  "type": "array",
2549
2575
  "items": {
2550
- "$ref": "#/definitions/__schema85"
2576
+ "$ref": "#/definitions/__schema87"
2551
2577
  }
2552
2578
  },
2553
2579
  "noKernelTun": {
@@ -5426,27 +5452,139 @@
5426
5452
  "type": "string"
5427
5453
  },
5428
5454
  "__schema64": {
5429
- "type": "string",
5430
- "enum": [
5431
- "2022-blake3-aes-128-gcm",
5432
- "2022-blake3-aes-256-gcm",
5433
- "2022-blake3-chacha20-poly1305"
5455
+ "anyOf": [
5456
+ {
5457
+ "type": "string",
5458
+ "const": "2022-blake3-aes-128-gcm"
5459
+ },
5460
+ {
5461
+ "anyOf": [
5462
+ {
5463
+ "type": "string",
5464
+ "const": "2022-blake3-aes-256-gcm"
5465
+ },
5466
+ {
5467
+ "type": "string",
5468
+ "const": "2022-blake3-chacha20-poly1305"
5469
+ }
5470
+ ]
5471
+ }
5434
5472
  ]
5435
5473
  },
5436
5474
  "__schema65": {
5437
- "type": "string",
5438
- "enum": [
5439
- "aes-256-gcm",
5440
- "aes-128-gcm",
5441
- "chacha20-poly1305",
5442
- "chacha20-ietf-poly1305",
5443
- "xchacha20-poly1305",
5444
- "xchacha20-ietf-poly1305",
5445
- "none",
5446
- ""
5447
- ]
5475
+ "type": "array",
5476
+ "items": {
5477
+ "type": "object",
5478
+ "properties": {
5479
+ "password": {
5480
+ "type": "string"
5481
+ },
5482
+ "level": {
5483
+ "default": 0,
5484
+ "type": "number"
5485
+ },
5486
+ "email": {
5487
+ "type": "string",
5488
+ "minLength": 1
5489
+ }
5490
+ },
5491
+ "required": [
5492
+ "email"
5493
+ ],
5494
+ "additionalProperties": false
5495
+ }
5448
5496
  },
5449
5497
  "__schema66": {
5498
+ "anyOf": [
5499
+ {
5500
+ "type": "string",
5501
+ "const": "aes-256-gcm"
5502
+ },
5503
+ {
5504
+ "anyOf": [
5505
+ {
5506
+ "type": "string",
5507
+ "const": "aes-128-gcm"
5508
+ },
5509
+ {
5510
+ "anyOf": [
5511
+ {
5512
+ "type": "string",
5513
+ "const": "chacha20-poly1305"
5514
+ },
5515
+ {
5516
+ "anyOf": [
5517
+ {
5518
+ "type": "string",
5519
+ "const": "chacha20-ietf-poly1305"
5520
+ },
5521
+ {
5522
+ "anyOf": [
5523
+ {
5524
+ "type": "string",
5525
+ "const": "xchacha20-poly1305"
5526
+ },
5527
+ {
5528
+ "anyOf": [
5529
+ {
5530
+ "type": "string",
5531
+ "const": "xchacha20-ietf-poly1305"
5532
+ },
5533
+ {
5534
+ "anyOf": [
5535
+ {
5536
+ "type": "string",
5537
+ "const": "none"
5538
+ },
5539
+ {
5540
+ "type": "string",
5541
+ "const": ""
5542
+ }
5543
+ ]
5544
+ }
5545
+ ]
5546
+ }
5547
+ ]
5548
+ }
5549
+ ]
5550
+ }
5551
+ ]
5552
+ }
5553
+ ]
5554
+ }
5555
+ ]
5556
+ },
5557
+ "__schema67": {
5558
+ "type": "array",
5559
+ "items": {
5560
+ "type": "object",
5561
+ "properties": {
5562
+ "password": {
5563
+ "type": "string"
5564
+ },
5565
+ "level": {
5566
+ "default": 0,
5567
+ "type": "number"
5568
+ },
5569
+ "email": {
5570
+ "type": "string",
5571
+ "minLength": 1
5572
+ },
5573
+ "method": {
5574
+ "allOf": [
5575
+ {
5576
+ "$ref": "#/definitions/__schema66"
5577
+ }
5578
+ ]
5579
+ }
5580
+ },
5581
+ "required": [
5582
+ "email"
5583
+ ],
5584
+ "additionalProperties": false
5585
+ }
5586
+ },
5587
+ "__schema68": {
5450
5588
  "anyOf": [
5451
5589
  {
5452
5590
  "type": "string",
@@ -5457,7 +5595,7 @@
5457
5595
  }
5458
5596
  ]
5459
5597
  },
5460
- "__schema67": {
5598
+ "__schema69": {
5461
5599
  "type": "array",
5462
5600
  "items": {
5463
5601
  "type": "object",
@@ -5492,18 +5630,18 @@
5492
5630
  "additionalProperties": false
5493
5631
  }
5494
5632
  },
5495
- "__schema68": {
5633
+ "__schema70": {
5496
5634
  "type": "string",
5497
5635
  "minLength": 1
5498
5636
  },
5499
- "__schema69": {
5637
+ "__schema71": {
5500
5638
  "default": 0,
5501
5639
  "type": "number"
5502
5640
  },
5503
- "__schema70": {
5641
+ "__schema72": {
5504
5642
  "type": "string"
5505
5643
  },
5506
- "__schema71": {
5644
+ "__schema73": {
5507
5645
  "default": "",
5508
5646
  "type": "string",
5509
5647
  "enum": [
@@ -5511,7 +5649,7 @@
5511
5649
  "xtls-rprx-vision"
5512
5650
  ]
5513
5651
  },
5514
- "__schema72": {
5652
+ "__schema74": {
5515
5653
  "default": {},
5516
5654
  "type": "object",
5517
5655
  "properties": {
@@ -5522,7 +5660,7 @@
5522
5660
  },
5523
5661
  "additionalProperties": false
5524
5662
  },
5525
- "__schema73": {
5663
+ "__schema75": {
5526
5664
  "type": "object",
5527
5665
  "properties": {
5528
5666
  "level": {
@@ -5534,7 +5672,7 @@
5534
5672
  ],
5535
5673
  "additionalProperties": false
5536
5674
  },
5537
- "__schema74": {
5675
+ "__schema76": {
5538
5676
  "type": "object",
5539
5677
  "properties": {
5540
5678
  "id": {
@@ -5553,7 +5691,7 @@
5553
5691
  ],
5554
5692
  "additionalProperties": false
5555
5693
  },
5556
- "__schema75": {
5694
+ "__schema77": {
5557
5695
  "anyOf": [
5558
5696
  {
5559
5697
  "type": "string"
@@ -5567,17 +5705,17 @@
5567
5705
  }
5568
5706
  ]
5569
5707
  },
5570
- "__schema76": {
5708
+ "__schema78": {
5571
5709
  "type": "string"
5572
5710
  },
5573
- "__schema77": {
5711
+ "__schema79": {
5574
5712
  "allOf": [
5575
5713
  {
5576
5714
  "$ref": "#/definitions/__schema9"
5577
5715
  }
5578
5716
  ]
5579
5717
  },
5580
- "__schema78": {
5718
+ "__schema80": {
5581
5719
  "default": "AsIs",
5582
5720
  "type": "string",
5583
5721
  "enum": [
@@ -5594,7 +5732,7 @@
5594
5732
  "ForceIPv4"
5595
5733
  ]
5596
5734
  },
5597
- "__schema79": {
5735
+ "__schema81": {
5598
5736
  "type": "object",
5599
5737
  "properties": {
5600
5738
  "tag": {
@@ -5611,7 +5749,7 @@
5611
5749
  ],
5612
5750
  "additionalProperties": false
5613
5751
  },
5614
- "__schema80": {
5752
+ "__schema82": {
5615
5753
  "type": "object",
5616
5754
  "properties": {
5617
5755
  "enabled": {
@@ -5640,7 +5778,7 @@
5640
5778
  },
5641
5779
  "additionalProperties": false
5642
5780
  },
5643
- "__schema81": {
5781
+ "__schema83": {
5644
5782
  "type": "object",
5645
5783
  "properties": {
5646
5784
  "address": {
@@ -5662,7 +5800,7 @@
5662
5800
  "$ref": "#/definitions/__schema64"
5663
5801
  },
5664
5802
  {
5665
- "$ref": "#/definitions/__schema65"
5803
+ "$ref": "#/definitions/__schema66"
5666
5804
  }
5667
5805
  ]
5668
5806
  },
@@ -5698,7 +5836,7 @@
5698
5836
  ],
5699
5837
  "additionalProperties": false
5700
5838
  },
5701
- "__schema82": {
5839
+ "__schema84": {
5702
5840
  "type": "object",
5703
5841
  "properties": {
5704
5842
  "address": {
@@ -5729,7 +5867,7 @@
5729
5867
  ],
5730
5868
  "additionalProperties": false
5731
5869
  },
5732
- "__schema83": {
5870
+ "__schema85": {
5733
5871
  "type": "object",
5734
5872
  "properties": {
5735
5873
  "address": {
@@ -5761,10 +5899,10 @@
5761
5899
  ],
5762
5900
  "additionalProperties": false
5763
5901
  },
5764
- "__schema84": {
5902
+ "__schema86": {
5765
5903
  "type": "string"
5766
5904
  },
5767
- "__schema85": {
5905
+ "__schema87": {
5768
5906
  "type": "object",
5769
5907
  "properties": {
5770
5908
  "endpoint": {