@kubun/protocol 0.4.0 → 0.4.1
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/lib/services/graph.d.ts +1648 -1644
- package/lib/services/graph.d.ts.map +1 -1
- package/lib/services/graph.js +12 -11
- package/package.json +1 -1
package/lib/services/graph.d.ts
CHANGED
|
@@ -1108,7 +1108,7 @@ export declare const deployGraphResult: {
|
|
|
1108
1108
|
readonly id: {
|
|
1109
1109
|
readonly type: "string";
|
|
1110
1110
|
};
|
|
1111
|
-
readonly
|
|
1111
|
+
readonly record: {
|
|
1112
1112
|
readonly type: "object";
|
|
1113
1113
|
readonly additionalProperties: {
|
|
1114
1114
|
readonly $id: "urn:kubun:protocol:model:document";
|
|
@@ -2171,8 +2171,14 @@ export declare const deployGraphResult: {
|
|
|
2171
2171
|
}];
|
|
2172
2172
|
};
|
|
2173
2173
|
};
|
|
2174
|
+
readonly aliases: {
|
|
2175
|
+
readonly type: "object";
|
|
2176
|
+
readonly additionalProperties: {
|
|
2177
|
+
readonly type: "string";
|
|
2178
|
+
};
|
|
2179
|
+
};
|
|
2174
2180
|
};
|
|
2175
|
-
readonly required: readonly ["id", "
|
|
2181
|
+
readonly required: readonly ["id", "record", "aliases"];
|
|
2176
2182
|
readonly additionalProperties: false;
|
|
2177
2183
|
};
|
|
2178
2184
|
export type DeployGraphResult = FromSchema<typeof deployGraphResult>;
|
|
@@ -2214,66 +2220,129 @@ export type LoadGraphParams = FromSchema<typeof loadGraphParams>;
|
|
|
2214
2220
|
export declare const loadGraphResult: {
|
|
2215
2221
|
readonly type: "object";
|
|
2216
2222
|
readonly properties: {
|
|
2217
|
-
readonly
|
|
2218
|
-
readonly
|
|
2219
|
-
|
|
2220
|
-
readonly
|
|
2221
|
-
|
|
2222
|
-
readonly
|
|
2223
|
-
|
|
2224
|
-
readonly
|
|
2225
|
-
readonly
|
|
2226
|
-
|
|
2227
|
-
|
|
2228
|
-
|
|
2229
|
-
readonly
|
|
2230
|
-
|
|
2231
|
-
|
|
2232
|
-
|
|
2233
|
-
readonly
|
|
2223
|
+
readonly record: {
|
|
2224
|
+
readonly type: "object";
|
|
2225
|
+
readonly additionalProperties: {
|
|
2226
|
+
readonly $id: "urn:kubun:protocol:model:document";
|
|
2227
|
+
readonly anyOf: readonly [{
|
|
2228
|
+
readonly type: "object";
|
|
2229
|
+
readonly properties: {
|
|
2230
|
+
readonly behavior: {
|
|
2231
|
+
readonly type: "string";
|
|
2232
|
+
readonly const: "default";
|
|
2233
|
+
};
|
|
2234
|
+
readonly name: {
|
|
2235
|
+
readonly type: "string";
|
|
2236
|
+
readonly pattern: "^[A-Z]+[A-Za-z0-9]+$";
|
|
2237
|
+
};
|
|
2238
|
+
readonly version: {
|
|
2239
|
+
readonly type: "string";
|
|
2240
|
+
readonly const: "1.0";
|
|
2241
|
+
};
|
|
2242
|
+
readonly interfaces: {
|
|
2243
|
+
readonly type: "array";
|
|
2244
|
+
readonly items: {
|
|
2234
2245
|
readonly type: "string";
|
|
2235
|
-
readonly const: "1.0";
|
|
2236
|
-
};
|
|
2237
|
-
readonly interfaces: {
|
|
2238
|
-
readonly type: "array";
|
|
2239
|
-
readonly items: {
|
|
2240
|
-
readonly type: "string";
|
|
2241
|
-
};
|
|
2242
2246
|
};
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
|
|
2247
|
+
};
|
|
2248
|
+
readonly schema: {
|
|
2249
|
+
readonly type: "object";
|
|
2250
|
+
readonly properties: {
|
|
2251
|
+
readonly $defs: {
|
|
2252
|
+
readonly type: "object";
|
|
2253
|
+
readonly additionalProperties: {
|
|
2254
|
+
readonly anyOf: readonly [{
|
|
2249
2255
|
readonly anyOf: readonly [{
|
|
2256
|
+
readonly type: "object";
|
|
2257
|
+
readonly properties: {
|
|
2258
|
+
readonly type: {
|
|
2259
|
+
readonly type: "string";
|
|
2260
|
+
readonly const: "boolean";
|
|
2261
|
+
};
|
|
2262
|
+
readonly default: {
|
|
2263
|
+
readonly type: "boolean";
|
|
2264
|
+
};
|
|
2265
|
+
};
|
|
2266
|
+
readonly required: readonly ["type"];
|
|
2267
|
+
readonly additionalProperties: false;
|
|
2268
|
+
}, {
|
|
2269
|
+
readonly type: "object";
|
|
2270
|
+
readonly properties: {
|
|
2271
|
+
readonly type: {
|
|
2272
|
+
readonly type: "string";
|
|
2273
|
+
readonly const: "integer";
|
|
2274
|
+
};
|
|
2275
|
+
readonly default: {
|
|
2276
|
+
readonly type: "integer";
|
|
2277
|
+
};
|
|
2278
|
+
readonly minimum: {
|
|
2279
|
+
readonly type: "integer";
|
|
2280
|
+
};
|
|
2281
|
+
readonly maximum: {
|
|
2282
|
+
readonly type: "integer";
|
|
2283
|
+
};
|
|
2284
|
+
};
|
|
2285
|
+
readonly required: readonly ["type"];
|
|
2286
|
+
readonly additionalProperties: false;
|
|
2287
|
+
}, {
|
|
2288
|
+
readonly type: "object";
|
|
2289
|
+
readonly properties: {
|
|
2290
|
+
readonly type: {
|
|
2291
|
+
readonly type: "string";
|
|
2292
|
+
readonly const: "number";
|
|
2293
|
+
};
|
|
2294
|
+
readonly default: {
|
|
2295
|
+
readonly type: "number";
|
|
2296
|
+
};
|
|
2297
|
+
readonly min: {
|
|
2298
|
+
readonly type: "number";
|
|
2299
|
+
};
|
|
2300
|
+
readonly max: {
|
|
2301
|
+
readonly type: "number";
|
|
2302
|
+
};
|
|
2303
|
+
};
|
|
2304
|
+
readonly required: readonly ["type"];
|
|
2305
|
+
readonly additionalProperties: false;
|
|
2306
|
+
}, {
|
|
2250
2307
|
readonly anyOf: readonly [{
|
|
2251
2308
|
readonly type: "object";
|
|
2252
2309
|
readonly properties: {
|
|
2253
2310
|
readonly type: {
|
|
2254
2311
|
readonly type: "string";
|
|
2255
|
-
readonly const: "
|
|
2312
|
+
readonly const: "string";
|
|
2313
|
+
};
|
|
2314
|
+
readonly title: {
|
|
2315
|
+
readonly type: "string";
|
|
2316
|
+
};
|
|
2317
|
+
readonly const: {
|
|
2318
|
+
readonly type: "string";
|
|
2256
2319
|
};
|
|
2257
2320
|
readonly default: {
|
|
2258
|
-
readonly type: "
|
|
2321
|
+
readonly type: "string";
|
|
2259
2322
|
};
|
|
2260
2323
|
};
|
|
2261
|
-
readonly required: readonly ["type"];
|
|
2324
|
+
readonly required: readonly ["type", "const"];
|
|
2262
2325
|
readonly additionalProperties: false;
|
|
2263
2326
|
}, {
|
|
2264
2327
|
readonly type: "object";
|
|
2265
2328
|
readonly properties: {
|
|
2266
2329
|
readonly type: {
|
|
2267
2330
|
readonly type: "string";
|
|
2268
|
-
readonly const: "
|
|
2331
|
+
readonly const: "string";
|
|
2332
|
+
};
|
|
2333
|
+
readonly title: {
|
|
2334
|
+
readonly type: "string";
|
|
2335
|
+
};
|
|
2336
|
+
readonly pattern: {
|
|
2337
|
+
readonly type: "string";
|
|
2269
2338
|
};
|
|
2270
2339
|
readonly default: {
|
|
2271
|
-
readonly type: "
|
|
2340
|
+
readonly type: "string";
|
|
2272
2341
|
};
|
|
2273
|
-
readonly
|
|
2342
|
+
readonly minLength: {
|
|
2274
2343
|
readonly type: "integer";
|
|
2275
2344
|
};
|
|
2276
|
-
readonly
|
|
2345
|
+
readonly maxLength: {
|
|
2277
2346
|
readonly type: "integer";
|
|
2278
2347
|
};
|
|
2279
2348
|
};
|
|
@@ -2284,346 +2353,346 @@ export declare const loadGraphResult: {
|
|
|
2284
2353
|
readonly properties: {
|
|
2285
2354
|
readonly type: {
|
|
2286
2355
|
readonly type: "string";
|
|
2287
|
-
readonly const: "
|
|
2288
|
-
};
|
|
2289
|
-
readonly default: {
|
|
2290
|
-
readonly type: "number";
|
|
2291
|
-
};
|
|
2292
|
-
readonly min: {
|
|
2293
|
-
readonly type: "number";
|
|
2294
|
-
};
|
|
2295
|
-
readonly max: {
|
|
2296
|
-
readonly type: "number";
|
|
2297
|
-
};
|
|
2298
|
-
};
|
|
2299
|
-
readonly required: readonly ["type"];
|
|
2300
|
-
readonly additionalProperties: false;
|
|
2301
|
-
}, {
|
|
2302
|
-
readonly anyOf: readonly [{
|
|
2303
|
-
readonly type: "object";
|
|
2304
|
-
readonly properties: {
|
|
2305
|
-
readonly type: {
|
|
2306
|
-
readonly type: "string";
|
|
2307
|
-
readonly const: "string";
|
|
2308
|
-
};
|
|
2309
|
-
readonly title: {
|
|
2310
|
-
readonly type: "string";
|
|
2311
|
-
};
|
|
2312
|
-
readonly const: {
|
|
2313
|
-
readonly type: "string";
|
|
2314
|
-
};
|
|
2315
|
-
readonly default: {
|
|
2316
|
-
readonly type: "string";
|
|
2317
|
-
};
|
|
2356
|
+
readonly const: "string";
|
|
2318
2357
|
};
|
|
2319
|
-
readonly
|
|
2320
|
-
|
|
2321
|
-
}, {
|
|
2322
|
-
readonly type: "object";
|
|
2323
|
-
readonly properties: {
|
|
2324
|
-
readonly type: {
|
|
2325
|
-
readonly type: "string";
|
|
2326
|
-
readonly const: "string";
|
|
2327
|
-
};
|
|
2328
|
-
readonly title: {
|
|
2329
|
-
readonly type: "string";
|
|
2330
|
-
};
|
|
2331
|
-
readonly pattern: {
|
|
2332
|
-
readonly type: "string";
|
|
2333
|
-
};
|
|
2334
|
-
readonly default: {
|
|
2335
|
-
readonly type: "string";
|
|
2336
|
-
};
|
|
2337
|
-
readonly minLength: {
|
|
2338
|
-
readonly type: "integer";
|
|
2339
|
-
};
|
|
2340
|
-
readonly maxLength: {
|
|
2341
|
-
readonly type: "integer";
|
|
2342
|
-
};
|
|
2358
|
+
readonly title: {
|
|
2359
|
+
readonly type: "string";
|
|
2343
2360
|
};
|
|
2344
|
-
readonly
|
|
2345
|
-
|
|
2346
|
-
|
|
2347
|
-
readonly type: "object";
|
|
2348
|
-
readonly properties: {
|
|
2349
|
-
readonly type: {
|
|
2350
|
-
readonly type: "string";
|
|
2351
|
-
readonly const: "string";
|
|
2352
|
-
};
|
|
2353
|
-
readonly title: {
|
|
2354
|
-
readonly type: "string";
|
|
2355
|
-
};
|
|
2356
|
-
readonly enum: {
|
|
2357
|
-
readonly type: "array";
|
|
2358
|
-
readonly items: {
|
|
2359
|
-
readonly type: "string";
|
|
2360
|
-
readonly pattern: "^[A-Z]+[A-Z_]+[A-Z]$";
|
|
2361
|
-
};
|
|
2362
|
-
};
|
|
2363
|
-
readonly default: {
|
|
2361
|
+
readonly enum: {
|
|
2362
|
+
readonly type: "array";
|
|
2363
|
+
readonly items: {
|
|
2364
2364
|
readonly type: "string";
|
|
2365
2365
|
readonly pattern: "^[A-Z]+[A-Z_]+[A-Z]$";
|
|
2366
2366
|
};
|
|
2367
2367
|
};
|
|
2368
|
-
readonly
|
|
2369
|
-
|
|
2370
|
-
|
|
2371
|
-
readonly type: "object";
|
|
2372
|
-
readonly properties: {
|
|
2373
|
-
readonly type: {
|
|
2374
|
-
readonly type: "string";
|
|
2375
|
-
readonly const: "string";
|
|
2376
|
-
};
|
|
2377
|
-
readonly format: {
|
|
2378
|
-
readonly type: "string";
|
|
2379
|
-
readonly enum: readonly ["date", "date-time", "duration", "email", "time", "uri"];
|
|
2380
|
-
};
|
|
2381
|
-
readonly title: {
|
|
2382
|
-
readonly type: "string";
|
|
2383
|
-
};
|
|
2384
|
-
readonly default: {
|
|
2385
|
-
readonly type: "string";
|
|
2386
|
-
};
|
|
2387
|
-
readonly minLength: {
|
|
2388
|
-
readonly type: "integer";
|
|
2389
|
-
};
|
|
2390
|
-
readonly maxLength: {
|
|
2391
|
-
readonly type: "integer";
|
|
2392
|
-
};
|
|
2368
|
+
readonly default: {
|
|
2369
|
+
readonly type: "string";
|
|
2370
|
+
readonly pattern: "^[A-Z]+[A-Z_]+[A-Z]$";
|
|
2393
2371
|
};
|
|
2394
|
-
|
|
2395
|
-
|
|
2396
|
-
|
|
2397
|
-
}
|
|
2398
|
-
}, {
|
|
2399
|
-
readonly anyOf: readonly [{
|
|
2372
|
+
};
|
|
2373
|
+
readonly required: readonly ["type", "title", "enum"];
|
|
2374
|
+
readonly additionalProperties: false;
|
|
2375
|
+
}, {
|
|
2400
2376
|
readonly type: "object";
|
|
2401
2377
|
readonly properties: {
|
|
2402
2378
|
readonly type: {
|
|
2403
2379
|
readonly type: "string";
|
|
2404
|
-
readonly const: "
|
|
2380
|
+
readonly const: "string";
|
|
2381
|
+
};
|
|
2382
|
+
readonly format: {
|
|
2383
|
+
readonly type: "string";
|
|
2384
|
+
readonly enum: readonly ["date", "date-time", "duration", "email", "time", "uri"];
|
|
2405
2385
|
};
|
|
2406
2386
|
readonly title: {
|
|
2407
2387
|
readonly type: "string";
|
|
2408
|
-
readonly pattern: "^[A-Z]+[A-Za-z0-9]+$";
|
|
2409
|
-
};
|
|
2410
|
-
readonly items: {
|
|
2411
|
-
readonly type: "object";
|
|
2412
|
-
readonly properties: {
|
|
2413
|
-
readonly $ref: {
|
|
2414
|
-
readonly type: "string";
|
|
2415
|
-
};
|
|
2416
|
-
};
|
|
2417
|
-
readonly required: readonly ["$ref"];
|
|
2418
|
-
readonly additionalProperties: false;
|
|
2419
2388
|
};
|
|
2420
|
-
readonly
|
|
2421
|
-
readonly type: "
|
|
2389
|
+
readonly default: {
|
|
2390
|
+
readonly type: "string";
|
|
2422
2391
|
};
|
|
2423
|
-
readonly
|
|
2392
|
+
readonly minLength: {
|
|
2424
2393
|
readonly type: "integer";
|
|
2425
2394
|
};
|
|
2426
|
-
readonly
|
|
2395
|
+
readonly maxLength: {
|
|
2427
2396
|
readonly type: "integer";
|
|
2428
2397
|
};
|
|
2429
2398
|
};
|
|
2430
|
-
readonly required: readonly ["type", "
|
|
2399
|
+
readonly required: readonly ["type", "format"];
|
|
2431
2400
|
readonly additionalProperties: false;
|
|
2432
|
-
}
|
|
2433
|
-
|
|
2434
|
-
|
|
2435
|
-
|
|
2436
|
-
|
|
2437
|
-
|
|
2438
|
-
|
|
2439
|
-
readonly type:
|
|
2440
|
-
|
|
2441
|
-
|
|
2442
|
-
|
|
2443
|
-
readonly
|
|
2444
|
-
|
|
2445
|
-
|
|
2446
|
-
|
|
2447
|
-
|
|
2448
|
-
|
|
2449
|
-
|
|
2450
|
-
readonly type: "string";
|
|
2451
|
-
};
|
|
2452
|
-
};
|
|
2453
|
-
readonly required: readonly ["$ref"];
|
|
2454
|
-
readonly additionalProperties: false;
|
|
2455
|
-
};
|
|
2456
|
-
};
|
|
2457
|
-
readonly additionalProperties: false;
|
|
2458
|
-
};
|
|
2459
|
-
readonly required: {
|
|
2460
|
-
readonly type: "array";
|
|
2461
|
-
readonly items: {
|
|
2401
|
+
}];
|
|
2402
|
+
}];
|
|
2403
|
+
}, {
|
|
2404
|
+
readonly anyOf: readonly [{
|
|
2405
|
+
readonly type: "object";
|
|
2406
|
+
readonly properties: {
|
|
2407
|
+
readonly type: {
|
|
2408
|
+
readonly type: "string";
|
|
2409
|
+
readonly const: "array";
|
|
2410
|
+
};
|
|
2411
|
+
readonly title: {
|
|
2412
|
+
readonly type: "string";
|
|
2413
|
+
readonly pattern: "^[A-Z]+[A-Za-z0-9]+$";
|
|
2414
|
+
};
|
|
2415
|
+
readonly items: {
|
|
2416
|
+
readonly type: "object";
|
|
2417
|
+
readonly properties: {
|
|
2418
|
+
readonly $ref: {
|
|
2462
2419
|
readonly type: "string";
|
|
2463
2420
|
};
|
|
2464
2421
|
};
|
|
2465
|
-
readonly
|
|
2466
|
-
|
|
2467
|
-
|
|
2422
|
+
readonly required: readonly ["$ref"];
|
|
2423
|
+
readonly additionalProperties: false;
|
|
2424
|
+
};
|
|
2425
|
+
readonly uniqueItems: {
|
|
2426
|
+
readonly type: "boolean";
|
|
2427
|
+
};
|
|
2428
|
+
readonly minItems: {
|
|
2429
|
+
readonly type: "integer";
|
|
2430
|
+
};
|
|
2431
|
+
readonly maxItems: {
|
|
2432
|
+
readonly type: "integer";
|
|
2433
|
+
};
|
|
2434
|
+
};
|
|
2435
|
+
readonly required: readonly ["type", "title", "items"];
|
|
2436
|
+
readonly additionalProperties: false;
|
|
2437
|
+
}, {
|
|
2438
|
+
readonly type: "object";
|
|
2439
|
+
readonly properties: {
|
|
2440
|
+
readonly title: {
|
|
2441
|
+
readonly type: "string";
|
|
2442
|
+
readonly pattern: "^[A-Z]+[A-Za-z0-9]+$";
|
|
2443
|
+
};
|
|
2444
|
+
readonly type: {
|
|
2445
|
+
readonly type: "string";
|
|
2446
|
+
readonly const: "object";
|
|
2468
2447
|
};
|
|
2469
|
-
readonly required: readonly ["type", "properties", "required", "additionalProperties", "title"];
|
|
2470
|
-
readonly additionalProperties: false;
|
|
2471
|
-
}, {
|
|
2472
|
-
readonly type: "object";
|
|
2473
2448
|
readonly properties: {
|
|
2474
|
-
readonly type:
|
|
2475
|
-
|
|
2476
|
-
readonly
|
|
2449
|
+
readonly type: "object";
|
|
2450
|
+
readonly patternProperties: {
|
|
2451
|
+
readonly '^[a-z]+[A-Za-z0-9]+$': {
|
|
2452
|
+
readonly type: "object";
|
|
2453
|
+
readonly properties: {
|
|
2454
|
+
readonly $ref: {
|
|
2455
|
+
readonly type: "string";
|
|
2456
|
+
};
|
|
2457
|
+
};
|
|
2458
|
+
readonly required: readonly ["$ref"];
|
|
2459
|
+
readonly additionalProperties: false;
|
|
2460
|
+
};
|
|
2477
2461
|
};
|
|
2478
|
-
readonly
|
|
2462
|
+
readonly additionalProperties: false;
|
|
2463
|
+
};
|
|
2464
|
+
readonly required: {
|
|
2465
|
+
readonly type: "array";
|
|
2466
|
+
readonly items: {
|
|
2479
2467
|
readonly type: "string";
|
|
2480
|
-
readonly const: "JSONObject";
|
|
2481
|
-
};
|
|
2482
|
-
readonly additionalProperties: {
|
|
2483
|
-
readonly type: "boolean";
|
|
2484
|
-
readonly const: true;
|
|
2485
2468
|
};
|
|
2486
2469
|
};
|
|
2487
|
-
readonly
|
|
2488
|
-
|
|
2489
|
-
|
|
2490
|
-
|
|
2491
|
-
|
|
2492
|
-
|
|
2493
|
-
|
|
2494
|
-
readonly type: "string";
|
|
2495
|
-
readonly const: "object";
|
|
2496
|
-
};
|
|
2497
|
-
readonly properties: {
|
|
2498
|
-
readonly type: "object";
|
|
2499
|
-
readonly patternProperties: {
|
|
2500
|
-
readonly '^[a-z]+[A-Za-z0-9]+$': {
|
|
2470
|
+
readonly additionalProperties: {
|
|
2471
|
+
readonly type: "boolean";
|
|
2472
|
+
};
|
|
2473
|
+
};
|
|
2474
|
+
readonly required: readonly ["type", "properties", "required", "additionalProperties", "title"];
|
|
2475
|
+
readonly additionalProperties: false;
|
|
2476
|
+
}, {
|
|
2501
2477
|
readonly type: "object";
|
|
2502
2478
|
readonly properties: {
|
|
2503
|
-
readonly
|
|
2479
|
+
readonly type: {
|
|
2504
2480
|
readonly type: "string";
|
|
2481
|
+
readonly const: "object";
|
|
2482
|
+
};
|
|
2483
|
+
readonly title: {
|
|
2484
|
+
readonly type: "string";
|
|
2485
|
+
readonly const: "JSONObject";
|
|
2486
|
+
};
|
|
2487
|
+
readonly additionalProperties: {
|
|
2488
|
+
readonly type: "boolean";
|
|
2489
|
+
readonly const: true;
|
|
2505
2490
|
};
|
|
2506
2491
|
};
|
|
2507
|
-
readonly required: readonly ["
|
|
2492
|
+
readonly required: readonly ["type", "title", "additionalProperties"];
|
|
2508
2493
|
readonly additionalProperties: false;
|
|
2509
|
-
};
|
|
2510
|
-
};
|
|
2511
|
-
readonly additionalProperties: false;
|
|
2494
|
+
}];
|
|
2495
|
+
}];
|
|
2512
2496
|
};
|
|
2513
|
-
|
|
2514
|
-
|
|
2515
|
-
|
|
2516
|
-
|
|
2497
|
+
};
|
|
2498
|
+
readonly type: {
|
|
2499
|
+
readonly type: "string";
|
|
2500
|
+
readonly const: "object";
|
|
2501
|
+
};
|
|
2502
|
+
readonly properties: {
|
|
2503
|
+
readonly type: "object";
|
|
2504
|
+
readonly patternProperties: {
|
|
2505
|
+
readonly '^[a-z]+[A-Za-z0-9]+$': {
|
|
2506
|
+
readonly type: "object";
|
|
2507
|
+
readonly properties: {
|
|
2508
|
+
readonly $ref: {
|
|
2509
|
+
readonly type: "string";
|
|
2510
|
+
};
|
|
2511
|
+
};
|
|
2512
|
+
readonly required: readonly ["$ref"];
|
|
2513
|
+
readonly additionalProperties: false;
|
|
2517
2514
|
};
|
|
2518
2515
|
};
|
|
2519
|
-
readonly additionalProperties:
|
|
2520
|
-
|
|
2516
|
+
readonly additionalProperties: false;
|
|
2517
|
+
};
|
|
2518
|
+
readonly required: {
|
|
2519
|
+
readonly type: "array";
|
|
2520
|
+
readonly items: {
|
|
2521
|
+
readonly type: "string";
|
|
2521
2522
|
};
|
|
2522
2523
|
};
|
|
2523
|
-
readonly required: readonly ["type", "properties", "required", "additionalProperties", "$defs"];
|
|
2524
|
-
readonly additionalProperties: false;
|
|
2525
|
-
};
|
|
2526
|
-
readonly fieldsMeta: {
|
|
2527
|
-
readonly type: "object";
|
|
2528
2524
|
readonly additionalProperties: {
|
|
2529
|
-
readonly
|
|
2530
|
-
|
|
2531
|
-
|
|
2532
|
-
|
|
2533
|
-
|
|
2534
|
-
|
|
2535
|
-
|
|
2525
|
+
readonly type: "boolean";
|
|
2526
|
+
};
|
|
2527
|
+
};
|
|
2528
|
+
readonly required: readonly ["type", "properties", "required", "additionalProperties", "$defs"];
|
|
2529
|
+
readonly additionalProperties: false;
|
|
2530
|
+
};
|
|
2531
|
+
readonly fieldsMeta: {
|
|
2532
|
+
readonly type: "object";
|
|
2533
|
+
readonly additionalProperties: {
|
|
2534
|
+
readonly anyOf: readonly [{
|
|
2535
|
+
readonly type: "object";
|
|
2536
|
+
readonly properties: {
|
|
2537
|
+
readonly type: {
|
|
2538
|
+
readonly type: "string";
|
|
2539
|
+
readonly const: "account";
|
|
2536
2540
|
};
|
|
2537
|
-
|
|
2538
|
-
|
|
2539
|
-
|
|
2540
|
-
|
|
2541
|
-
|
|
2542
|
-
|
|
2543
|
-
|
|
2544
|
-
|
|
2545
|
-
|
|
2541
|
+
};
|
|
2542
|
+
readonly required: readonly ["type"];
|
|
2543
|
+
readonly additionalProperties: false;
|
|
2544
|
+
}, {
|
|
2545
|
+
readonly type: "object";
|
|
2546
|
+
readonly properties: {
|
|
2547
|
+
readonly type: {
|
|
2548
|
+
readonly type: "string";
|
|
2549
|
+
readonly const: "attachment";
|
|
2546
2550
|
};
|
|
2547
|
-
|
|
2548
|
-
|
|
2549
|
-
|
|
2550
|
-
|
|
2551
|
-
|
|
2552
|
-
|
|
2551
|
+
};
|
|
2552
|
+
readonly required: readonly ["type"];
|
|
2553
|
+
readonly additionalProperties: false;
|
|
2554
|
+
}, {
|
|
2555
|
+
readonly type: "object";
|
|
2556
|
+
readonly properties: {
|
|
2557
|
+
readonly type: {
|
|
2558
|
+
readonly type: "string";
|
|
2559
|
+
readonly const: "document";
|
|
2560
|
+
};
|
|
2561
|
+
readonly model: {
|
|
2562
|
+
readonly anyOf: readonly [{
|
|
2553
2563
|
readonly type: "string";
|
|
2554
|
-
|
|
2555
|
-
|
|
2556
|
-
|
|
2557
|
-
readonly anyOf: readonly [{
|
|
2558
|
-
readonly type: "string";
|
|
2559
|
-
}, {
|
|
2560
|
-
readonly type: "null";
|
|
2561
|
-
}];
|
|
2562
|
-
};
|
|
2564
|
+
}, {
|
|
2565
|
+
readonly type: "null";
|
|
2566
|
+
}];
|
|
2563
2567
|
};
|
|
2564
|
-
|
|
2565
|
-
|
|
2566
|
-
|
|
2567
|
-
};
|
|
2568
|
+
};
|
|
2569
|
+
readonly required: readonly ["type", "model"];
|
|
2570
|
+
readonly additionalProperties: false;
|
|
2571
|
+
}];
|
|
2568
2572
|
};
|
|
2569
2573
|
};
|
|
2570
|
-
|
|
2571
|
-
|
|
2572
|
-
|
|
2573
|
-
|
|
2574
|
-
|
|
2575
|
-
|
|
2576
|
-
|
|
2577
|
-
|
|
2578
|
-
|
|
2579
|
-
|
|
2580
|
-
|
|
2581
|
-
|
|
2582
|
-
|
|
2583
|
-
|
|
2574
|
+
};
|
|
2575
|
+
readonly required: readonly ["name", "version", "interfaces", "schema", "fieldsMeta", "behavior"];
|
|
2576
|
+
readonly additionalProperties: false;
|
|
2577
|
+
}, {
|
|
2578
|
+
readonly type: "object";
|
|
2579
|
+
readonly properties: {
|
|
2580
|
+
readonly behavior: {
|
|
2581
|
+
readonly type: "string";
|
|
2582
|
+
readonly const: "interface";
|
|
2583
|
+
};
|
|
2584
|
+
readonly name: {
|
|
2585
|
+
readonly type: "string";
|
|
2586
|
+
readonly pattern: "^[A-Z]+[A-Za-z0-9]+$";
|
|
2587
|
+
};
|
|
2588
|
+
readonly version: {
|
|
2589
|
+
readonly type: "string";
|
|
2590
|
+
readonly const: "1.0";
|
|
2591
|
+
};
|
|
2592
|
+
readonly interfaces: {
|
|
2593
|
+
readonly type: "array";
|
|
2594
|
+
readonly items: {
|
|
2584
2595
|
readonly type: "string";
|
|
2585
|
-
readonly const: "1.0";
|
|
2586
2596
|
};
|
|
2587
|
-
|
|
2588
|
-
|
|
2589
|
-
|
|
2590
|
-
|
|
2591
|
-
|
|
2592
|
-
|
|
2593
|
-
|
|
2594
|
-
|
|
2595
|
-
readonly properties: {
|
|
2596
|
-
readonly $defs: {
|
|
2597
|
-
readonly type: "object";
|
|
2598
|
-
readonly additionalProperties: {
|
|
2597
|
+
};
|
|
2598
|
+
readonly schema: {
|
|
2599
|
+
readonly type: "object";
|
|
2600
|
+
readonly properties: {
|
|
2601
|
+
readonly $defs: {
|
|
2602
|
+
readonly type: "object";
|
|
2603
|
+
readonly additionalProperties: {
|
|
2604
|
+
readonly anyOf: readonly [{
|
|
2599
2605
|
readonly anyOf: readonly [{
|
|
2606
|
+
readonly type: "object";
|
|
2607
|
+
readonly properties: {
|
|
2608
|
+
readonly type: {
|
|
2609
|
+
readonly type: "string";
|
|
2610
|
+
readonly const: "boolean";
|
|
2611
|
+
};
|
|
2612
|
+
readonly default: {
|
|
2613
|
+
readonly type: "boolean";
|
|
2614
|
+
};
|
|
2615
|
+
};
|
|
2616
|
+
readonly required: readonly ["type"];
|
|
2617
|
+
readonly additionalProperties: false;
|
|
2618
|
+
}, {
|
|
2619
|
+
readonly type: "object";
|
|
2620
|
+
readonly properties: {
|
|
2621
|
+
readonly type: {
|
|
2622
|
+
readonly type: "string";
|
|
2623
|
+
readonly const: "integer";
|
|
2624
|
+
};
|
|
2625
|
+
readonly default: {
|
|
2626
|
+
readonly type: "integer";
|
|
2627
|
+
};
|
|
2628
|
+
readonly minimum: {
|
|
2629
|
+
readonly type: "integer";
|
|
2630
|
+
};
|
|
2631
|
+
readonly maximum: {
|
|
2632
|
+
readonly type: "integer";
|
|
2633
|
+
};
|
|
2634
|
+
};
|
|
2635
|
+
readonly required: readonly ["type"];
|
|
2636
|
+
readonly additionalProperties: false;
|
|
2637
|
+
}, {
|
|
2638
|
+
readonly type: "object";
|
|
2639
|
+
readonly properties: {
|
|
2640
|
+
readonly type: {
|
|
2641
|
+
readonly type: "string";
|
|
2642
|
+
readonly const: "number";
|
|
2643
|
+
};
|
|
2644
|
+
readonly default: {
|
|
2645
|
+
readonly type: "number";
|
|
2646
|
+
};
|
|
2647
|
+
readonly min: {
|
|
2648
|
+
readonly type: "number";
|
|
2649
|
+
};
|
|
2650
|
+
readonly max: {
|
|
2651
|
+
readonly type: "number";
|
|
2652
|
+
};
|
|
2653
|
+
};
|
|
2654
|
+
readonly required: readonly ["type"];
|
|
2655
|
+
readonly additionalProperties: false;
|
|
2656
|
+
}, {
|
|
2600
2657
|
readonly anyOf: readonly [{
|
|
2601
2658
|
readonly type: "object";
|
|
2602
2659
|
readonly properties: {
|
|
2603
2660
|
readonly type: {
|
|
2604
2661
|
readonly type: "string";
|
|
2605
|
-
readonly const: "
|
|
2662
|
+
readonly const: "string";
|
|
2663
|
+
};
|
|
2664
|
+
readonly title: {
|
|
2665
|
+
readonly type: "string";
|
|
2666
|
+
};
|
|
2667
|
+
readonly const: {
|
|
2668
|
+
readonly type: "string";
|
|
2606
2669
|
};
|
|
2607
2670
|
readonly default: {
|
|
2608
|
-
readonly type: "
|
|
2671
|
+
readonly type: "string";
|
|
2609
2672
|
};
|
|
2610
2673
|
};
|
|
2611
|
-
readonly required: readonly ["type"];
|
|
2674
|
+
readonly required: readonly ["type", "const"];
|
|
2612
2675
|
readonly additionalProperties: false;
|
|
2613
2676
|
}, {
|
|
2614
2677
|
readonly type: "object";
|
|
2615
2678
|
readonly properties: {
|
|
2616
2679
|
readonly type: {
|
|
2617
2680
|
readonly type: "string";
|
|
2618
|
-
readonly const: "
|
|
2681
|
+
readonly const: "string";
|
|
2682
|
+
};
|
|
2683
|
+
readonly title: {
|
|
2684
|
+
readonly type: "string";
|
|
2685
|
+
};
|
|
2686
|
+
readonly pattern: {
|
|
2687
|
+
readonly type: "string";
|
|
2619
2688
|
};
|
|
2620
2689
|
readonly default: {
|
|
2621
|
-
readonly type: "
|
|
2690
|
+
readonly type: "string";
|
|
2622
2691
|
};
|
|
2623
|
-
readonly
|
|
2692
|
+
readonly minLength: {
|
|
2624
2693
|
readonly type: "integer";
|
|
2625
2694
|
};
|
|
2626
|
-
readonly
|
|
2695
|
+
readonly maxLength: {
|
|
2627
2696
|
readonly type: "integer";
|
|
2628
2697
|
};
|
|
2629
2698
|
};
|
|
@@ -2634,352 +2703,352 @@ export declare const loadGraphResult: {
|
|
|
2634
2703
|
readonly properties: {
|
|
2635
2704
|
readonly type: {
|
|
2636
2705
|
readonly type: "string";
|
|
2637
|
-
readonly const: "
|
|
2638
|
-
};
|
|
2639
|
-
readonly default: {
|
|
2640
|
-
readonly type: "number";
|
|
2641
|
-
};
|
|
2642
|
-
readonly min: {
|
|
2643
|
-
readonly type: "number";
|
|
2644
|
-
};
|
|
2645
|
-
readonly max: {
|
|
2646
|
-
readonly type: "number";
|
|
2647
|
-
};
|
|
2648
|
-
};
|
|
2649
|
-
readonly required: readonly ["type"];
|
|
2650
|
-
readonly additionalProperties: false;
|
|
2651
|
-
}, {
|
|
2652
|
-
readonly anyOf: readonly [{
|
|
2653
|
-
readonly type: "object";
|
|
2654
|
-
readonly properties: {
|
|
2655
|
-
readonly type: {
|
|
2656
|
-
readonly type: "string";
|
|
2657
|
-
readonly const: "string";
|
|
2658
|
-
};
|
|
2659
|
-
readonly title: {
|
|
2660
|
-
readonly type: "string";
|
|
2661
|
-
};
|
|
2662
|
-
readonly const: {
|
|
2663
|
-
readonly type: "string";
|
|
2664
|
-
};
|
|
2665
|
-
readonly default: {
|
|
2666
|
-
readonly type: "string";
|
|
2667
|
-
};
|
|
2706
|
+
readonly const: "string";
|
|
2668
2707
|
};
|
|
2669
|
-
readonly
|
|
2670
|
-
|
|
2671
|
-
}, {
|
|
2672
|
-
readonly type: "object";
|
|
2673
|
-
readonly properties: {
|
|
2674
|
-
readonly type: {
|
|
2675
|
-
readonly type: "string";
|
|
2676
|
-
readonly const: "string";
|
|
2677
|
-
};
|
|
2678
|
-
readonly title: {
|
|
2679
|
-
readonly type: "string";
|
|
2680
|
-
};
|
|
2681
|
-
readonly pattern: {
|
|
2682
|
-
readonly type: "string";
|
|
2683
|
-
};
|
|
2684
|
-
readonly default: {
|
|
2685
|
-
readonly type: "string";
|
|
2686
|
-
};
|
|
2687
|
-
readonly minLength: {
|
|
2688
|
-
readonly type: "integer";
|
|
2689
|
-
};
|
|
2690
|
-
readonly maxLength: {
|
|
2691
|
-
readonly type: "integer";
|
|
2692
|
-
};
|
|
2708
|
+
readonly title: {
|
|
2709
|
+
readonly type: "string";
|
|
2693
2710
|
};
|
|
2694
|
-
readonly
|
|
2695
|
-
|
|
2696
|
-
|
|
2697
|
-
readonly type: "object";
|
|
2698
|
-
readonly properties: {
|
|
2699
|
-
readonly type: {
|
|
2700
|
-
readonly type: "string";
|
|
2701
|
-
readonly const: "string";
|
|
2702
|
-
};
|
|
2703
|
-
readonly title: {
|
|
2704
|
-
readonly type: "string";
|
|
2705
|
-
};
|
|
2706
|
-
readonly enum: {
|
|
2707
|
-
readonly type: "array";
|
|
2708
|
-
readonly items: {
|
|
2709
|
-
readonly type: "string";
|
|
2710
|
-
readonly pattern: "^[A-Z]+[A-Z_]+[A-Z]$";
|
|
2711
|
-
};
|
|
2712
|
-
};
|
|
2713
|
-
readonly default: {
|
|
2711
|
+
readonly enum: {
|
|
2712
|
+
readonly type: "array";
|
|
2713
|
+
readonly items: {
|
|
2714
2714
|
readonly type: "string";
|
|
2715
2715
|
readonly pattern: "^[A-Z]+[A-Z_]+[A-Z]$";
|
|
2716
2716
|
};
|
|
2717
2717
|
};
|
|
2718
|
-
readonly
|
|
2719
|
-
|
|
2720
|
-
|
|
2721
|
-
readonly type: "object";
|
|
2722
|
-
readonly properties: {
|
|
2723
|
-
readonly type: {
|
|
2724
|
-
readonly type: "string";
|
|
2725
|
-
readonly const: "string";
|
|
2726
|
-
};
|
|
2727
|
-
readonly format: {
|
|
2728
|
-
readonly type: "string";
|
|
2729
|
-
readonly enum: readonly ["date", "date-time", "duration", "email", "time", "uri"];
|
|
2730
|
-
};
|
|
2731
|
-
readonly title: {
|
|
2732
|
-
readonly type: "string";
|
|
2733
|
-
};
|
|
2734
|
-
readonly default: {
|
|
2735
|
-
readonly type: "string";
|
|
2736
|
-
};
|
|
2737
|
-
readonly minLength: {
|
|
2738
|
-
readonly type: "integer";
|
|
2739
|
-
};
|
|
2740
|
-
readonly maxLength: {
|
|
2741
|
-
readonly type: "integer";
|
|
2742
|
-
};
|
|
2718
|
+
readonly default: {
|
|
2719
|
+
readonly type: "string";
|
|
2720
|
+
readonly pattern: "^[A-Z]+[A-Z_]+[A-Z]$";
|
|
2743
2721
|
};
|
|
2744
|
-
|
|
2745
|
-
|
|
2746
|
-
|
|
2747
|
-
}
|
|
2748
|
-
}, {
|
|
2749
|
-
readonly anyOf: readonly [{
|
|
2722
|
+
};
|
|
2723
|
+
readonly required: readonly ["type", "title", "enum"];
|
|
2724
|
+
readonly additionalProperties: false;
|
|
2725
|
+
}, {
|
|
2750
2726
|
readonly type: "object";
|
|
2751
2727
|
readonly properties: {
|
|
2752
2728
|
readonly type: {
|
|
2753
2729
|
readonly type: "string";
|
|
2754
|
-
readonly const: "
|
|
2730
|
+
readonly const: "string";
|
|
2755
2731
|
};
|
|
2756
|
-
readonly
|
|
2732
|
+
readonly format: {
|
|
2757
2733
|
readonly type: "string";
|
|
2758
|
-
readonly
|
|
2734
|
+
readonly enum: readonly ["date", "date-time", "duration", "email", "time", "uri"];
|
|
2759
2735
|
};
|
|
2760
|
-
readonly
|
|
2761
|
-
readonly type: "
|
|
2762
|
-
readonly properties: {
|
|
2763
|
-
readonly $ref: {
|
|
2764
|
-
readonly type: "string";
|
|
2765
|
-
};
|
|
2766
|
-
};
|
|
2767
|
-
readonly required: readonly ["$ref"];
|
|
2768
|
-
readonly additionalProperties: false;
|
|
2736
|
+
readonly title: {
|
|
2737
|
+
readonly type: "string";
|
|
2769
2738
|
};
|
|
2770
|
-
readonly
|
|
2771
|
-
readonly type: "
|
|
2739
|
+
readonly default: {
|
|
2740
|
+
readonly type: "string";
|
|
2772
2741
|
};
|
|
2773
|
-
readonly
|
|
2742
|
+
readonly minLength: {
|
|
2774
2743
|
readonly type: "integer";
|
|
2775
2744
|
};
|
|
2776
|
-
readonly
|
|
2745
|
+
readonly maxLength: {
|
|
2777
2746
|
readonly type: "integer";
|
|
2778
2747
|
};
|
|
2779
2748
|
};
|
|
2780
|
-
readonly required: readonly ["type", "
|
|
2781
|
-
readonly additionalProperties: false;
|
|
2782
|
-
}
|
|
2783
|
-
|
|
2749
|
+
readonly required: readonly ["type", "format"];
|
|
2750
|
+
readonly additionalProperties: false;
|
|
2751
|
+
}];
|
|
2752
|
+
}];
|
|
2753
|
+
}, {
|
|
2754
|
+
readonly anyOf: readonly [{
|
|
2755
|
+
readonly type: "object";
|
|
2756
|
+
readonly properties: {
|
|
2757
|
+
readonly type: {
|
|
2758
|
+
readonly type: "string";
|
|
2759
|
+
readonly const: "array";
|
|
2760
|
+
};
|
|
2761
|
+
readonly title: {
|
|
2762
|
+
readonly type: "string";
|
|
2763
|
+
readonly pattern: "^[A-Z]+[A-Za-z0-9]+$";
|
|
2764
|
+
};
|
|
2765
|
+
readonly items: {
|
|
2766
|
+
readonly type: "object";
|
|
2767
|
+
readonly properties: {
|
|
2768
|
+
readonly $ref: {
|
|
2769
|
+
readonly type: "string";
|
|
2770
|
+
};
|
|
2771
|
+
};
|
|
2772
|
+
readonly required: readonly ["$ref"];
|
|
2773
|
+
readonly additionalProperties: false;
|
|
2774
|
+
};
|
|
2775
|
+
readonly uniqueItems: {
|
|
2776
|
+
readonly type: "boolean";
|
|
2777
|
+
};
|
|
2778
|
+
readonly minItems: {
|
|
2779
|
+
readonly type: "integer";
|
|
2780
|
+
};
|
|
2781
|
+
readonly maxItems: {
|
|
2782
|
+
readonly type: "integer";
|
|
2783
|
+
};
|
|
2784
|
+
};
|
|
2785
|
+
readonly required: readonly ["type", "title", "items"];
|
|
2786
|
+
readonly additionalProperties: false;
|
|
2787
|
+
}, {
|
|
2788
|
+
readonly type: "object";
|
|
2789
|
+
readonly properties: {
|
|
2790
|
+
readonly title: {
|
|
2791
|
+
readonly type: "string";
|
|
2792
|
+
readonly pattern: "^[A-Z]+[A-Za-z0-9]+$";
|
|
2793
|
+
};
|
|
2794
|
+
readonly type: {
|
|
2795
|
+
readonly type: "string";
|
|
2796
|
+
readonly const: "object";
|
|
2797
|
+
};
|
|
2784
2798
|
readonly properties: {
|
|
2785
|
-
readonly
|
|
2786
|
-
|
|
2787
|
-
readonly
|
|
2788
|
-
|
|
2789
|
-
|
|
2790
|
-
|
|
2791
|
-
|
|
2792
|
-
};
|
|
2793
|
-
readonly properties: {
|
|
2794
|
-
readonly type: "object";
|
|
2795
|
-
readonly patternProperties: {
|
|
2796
|
-
readonly '^[a-z]+[A-Za-z0-9]+$': {
|
|
2797
|
-
readonly type: "object";
|
|
2798
|
-
readonly properties: {
|
|
2799
|
-
readonly $ref: {
|
|
2800
|
-
readonly type: "string";
|
|
2801
|
-
};
|
|
2799
|
+
readonly type: "object";
|
|
2800
|
+
readonly patternProperties: {
|
|
2801
|
+
readonly '^[a-z]+[A-Za-z0-9]+$': {
|
|
2802
|
+
readonly type: "object";
|
|
2803
|
+
readonly properties: {
|
|
2804
|
+
readonly $ref: {
|
|
2805
|
+
readonly type: "string";
|
|
2802
2806
|
};
|
|
2803
|
-
readonly required: readonly ["$ref"];
|
|
2804
|
-
readonly additionalProperties: false;
|
|
2805
2807
|
};
|
|
2806
|
-
|
|
2807
|
-
|
|
2808
|
-
};
|
|
2809
|
-
readonly required: {
|
|
2810
|
-
readonly type: "array";
|
|
2811
|
-
readonly items: {
|
|
2812
|
-
readonly type: "string";
|
|
2808
|
+
readonly required: readonly ["$ref"];
|
|
2809
|
+
readonly additionalProperties: false;
|
|
2813
2810
|
};
|
|
2814
2811
|
};
|
|
2815
|
-
readonly additionalProperties:
|
|
2816
|
-
readonly type: "boolean";
|
|
2817
|
-
};
|
|
2812
|
+
readonly additionalProperties: false;
|
|
2818
2813
|
};
|
|
2819
|
-
readonly required:
|
|
2820
|
-
|
|
2821
|
-
|
|
2822
|
-
readonly type: "object";
|
|
2823
|
-
readonly properties: {
|
|
2824
|
-
readonly type: {
|
|
2825
|
-
readonly type: "string";
|
|
2826
|
-
readonly const: "object";
|
|
2827
|
-
};
|
|
2828
|
-
readonly title: {
|
|
2814
|
+
readonly required: {
|
|
2815
|
+
readonly type: "array";
|
|
2816
|
+
readonly items: {
|
|
2829
2817
|
readonly type: "string";
|
|
2830
|
-
readonly const: "JSONObject";
|
|
2831
|
-
};
|
|
2832
|
-
readonly additionalProperties: {
|
|
2833
|
-
readonly type: "boolean";
|
|
2834
|
-
readonly const: true;
|
|
2835
2818
|
};
|
|
2836
2819
|
};
|
|
2837
|
-
readonly
|
|
2838
|
-
|
|
2839
|
-
|
|
2840
|
-
|
|
2841
|
-
|
|
2842
|
-
|
|
2843
|
-
|
|
2844
|
-
readonly type: "string";
|
|
2845
|
-
readonly const: "object";
|
|
2846
|
-
};
|
|
2847
|
-
readonly properties: {
|
|
2848
|
-
readonly type: "object";
|
|
2849
|
-
readonly patternProperties: {
|
|
2850
|
-
readonly '^[a-z]+[A-Za-z0-9]+$': {
|
|
2820
|
+
readonly additionalProperties: {
|
|
2821
|
+
readonly type: "boolean";
|
|
2822
|
+
};
|
|
2823
|
+
};
|
|
2824
|
+
readonly required: readonly ["type", "properties", "required", "additionalProperties", "title"];
|
|
2825
|
+
readonly additionalProperties: false;
|
|
2826
|
+
}, {
|
|
2851
2827
|
readonly type: "object";
|
|
2852
2828
|
readonly properties: {
|
|
2853
|
-
readonly
|
|
2829
|
+
readonly type: {
|
|
2830
|
+
readonly type: "string";
|
|
2831
|
+
readonly const: "object";
|
|
2832
|
+
};
|
|
2833
|
+
readonly title: {
|
|
2854
2834
|
readonly type: "string";
|
|
2835
|
+
readonly const: "JSONObject";
|
|
2836
|
+
};
|
|
2837
|
+
readonly additionalProperties: {
|
|
2838
|
+
readonly type: "boolean";
|
|
2839
|
+
readonly const: true;
|
|
2855
2840
|
};
|
|
2856
2841
|
};
|
|
2857
|
-
readonly required: readonly ["
|
|
2842
|
+
readonly required: readonly ["type", "title", "additionalProperties"];
|
|
2858
2843
|
readonly additionalProperties: false;
|
|
2859
|
-
};
|
|
2860
|
-
};
|
|
2861
|
-
readonly additionalProperties: false;
|
|
2844
|
+
}];
|
|
2845
|
+
}];
|
|
2862
2846
|
};
|
|
2863
|
-
|
|
2864
|
-
|
|
2865
|
-
|
|
2866
|
-
|
|
2847
|
+
};
|
|
2848
|
+
readonly type: {
|
|
2849
|
+
readonly type: "string";
|
|
2850
|
+
readonly const: "object";
|
|
2851
|
+
};
|
|
2852
|
+
readonly properties: {
|
|
2853
|
+
readonly type: "object";
|
|
2854
|
+
readonly patternProperties: {
|
|
2855
|
+
readonly '^[a-z]+[A-Za-z0-9]+$': {
|
|
2856
|
+
readonly type: "object";
|
|
2857
|
+
readonly properties: {
|
|
2858
|
+
readonly $ref: {
|
|
2859
|
+
readonly type: "string";
|
|
2860
|
+
};
|
|
2861
|
+
};
|
|
2862
|
+
readonly required: readonly ["$ref"];
|
|
2863
|
+
readonly additionalProperties: false;
|
|
2867
2864
|
};
|
|
2868
2865
|
};
|
|
2869
|
-
readonly additionalProperties:
|
|
2870
|
-
|
|
2866
|
+
readonly additionalProperties: false;
|
|
2867
|
+
};
|
|
2868
|
+
readonly required: {
|
|
2869
|
+
readonly type: "array";
|
|
2870
|
+
readonly items: {
|
|
2871
|
+
readonly type: "string";
|
|
2871
2872
|
};
|
|
2872
2873
|
};
|
|
2873
|
-
readonly required: readonly ["type", "properties", "required", "additionalProperties", "$defs"];
|
|
2874
|
-
readonly additionalProperties: false;
|
|
2875
|
-
};
|
|
2876
|
-
readonly fieldsMeta: {
|
|
2877
|
-
readonly type: "object";
|
|
2878
2874
|
readonly additionalProperties: {
|
|
2879
|
-
readonly
|
|
2880
|
-
|
|
2881
|
-
|
|
2882
|
-
|
|
2883
|
-
|
|
2884
|
-
|
|
2885
|
-
|
|
2875
|
+
readonly type: "boolean";
|
|
2876
|
+
};
|
|
2877
|
+
};
|
|
2878
|
+
readonly required: readonly ["type", "properties", "required", "additionalProperties", "$defs"];
|
|
2879
|
+
readonly additionalProperties: false;
|
|
2880
|
+
};
|
|
2881
|
+
readonly fieldsMeta: {
|
|
2882
|
+
readonly type: "object";
|
|
2883
|
+
readonly additionalProperties: {
|
|
2884
|
+
readonly anyOf: readonly [{
|
|
2885
|
+
readonly type: "object";
|
|
2886
|
+
readonly properties: {
|
|
2887
|
+
readonly type: {
|
|
2888
|
+
readonly type: "string";
|
|
2889
|
+
readonly const: "account";
|
|
2886
2890
|
};
|
|
2887
|
-
|
|
2888
|
-
|
|
2889
|
-
|
|
2890
|
-
|
|
2891
|
-
|
|
2892
|
-
|
|
2893
|
-
|
|
2894
|
-
|
|
2895
|
-
|
|
2891
|
+
};
|
|
2892
|
+
readonly required: readonly ["type"];
|
|
2893
|
+
readonly additionalProperties: false;
|
|
2894
|
+
}, {
|
|
2895
|
+
readonly type: "object";
|
|
2896
|
+
readonly properties: {
|
|
2897
|
+
readonly type: {
|
|
2898
|
+
readonly type: "string";
|
|
2899
|
+
readonly const: "attachment";
|
|
2896
2900
|
};
|
|
2897
|
-
|
|
2898
|
-
|
|
2899
|
-
|
|
2900
|
-
|
|
2901
|
-
|
|
2902
|
-
|
|
2901
|
+
};
|
|
2902
|
+
readonly required: readonly ["type"];
|
|
2903
|
+
readonly additionalProperties: false;
|
|
2904
|
+
}, {
|
|
2905
|
+
readonly type: "object";
|
|
2906
|
+
readonly properties: {
|
|
2907
|
+
readonly type: {
|
|
2908
|
+
readonly type: "string";
|
|
2909
|
+
readonly const: "document";
|
|
2910
|
+
};
|
|
2911
|
+
readonly model: {
|
|
2912
|
+
readonly anyOf: readonly [{
|
|
2903
2913
|
readonly type: "string";
|
|
2904
|
-
|
|
2905
|
-
|
|
2906
|
-
|
|
2907
|
-
readonly anyOf: readonly [{
|
|
2908
|
-
readonly type: "string";
|
|
2909
|
-
}, {
|
|
2910
|
-
readonly type: "null";
|
|
2911
|
-
}];
|
|
2912
|
-
};
|
|
2914
|
+
}, {
|
|
2915
|
+
readonly type: "null";
|
|
2916
|
+
}];
|
|
2913
2917
|
};
|
|
2914
|
-
|
|
2915
|
-
|
|
2916
|
-
|
|
2917
|
-
};
|
|
2918
|
+
};
|
|
2919
|
+
readonly required: readonly ["type", "model"];
|
|
2920
|
+
readonly additionalProperties: false;
|
|
2921
|
+
}];
|
|
2918
2922
|
};
|
|
2919
2923
|
};
|
|
2920
|
-
|
|
2921
|
-
|
|
2922
|
-
|
|
2923
|
-
|
|
2924
|
-
|
|
2925
|
-
|
|
2926
|
-
|
|
2927
|
-
|
|
2928
|
-
|
|
2929
|
-
|
|
2930
|
-
|
|
2931
|
-
|
|
2932
|
-
|
|
2933
|
-
};
|
|
2934
|
-
};
|
|
2935
|
-
readonly name: {
|
|
2924
|
+
};
|
|
2925
|
+
readonly required: readonly ["name", "version", "interfaces", "schema", "fieldsMeta", "behavior"];
|
|
2926
|
+
readonly additionalProperties: false;
|
|
2927
|
+
}, {
|
|
2928
|
+
readonly type: "object";
|
|
2929
|
+
readonly properties: {
|
|
2930
|
+
readonly behavior: {
|
|
2931
|
+
readonly type: "string";
|
|
2932
|
+
readonly const: "unique";
|
|
2933
|
+
};
|
|
2934
|
+
readonly uniqueFields: {
|
|
2935
|
+
readonly type: "array";
|
|
2936
|
+
readonly items: {
|
|
2936
2937
|
readonly type: "string";
|
|
2937
|
-
readonly pattern: "^[A-Z]+[A-Za-z0-9]+$";
|
|
2938
2938
|
};
|
|
2939
|
-
|
|
2939
|
+
};
|
|
2940
|
+
readonly name: {
|
|
2941
|
+
readonly type: "string";
|
|
2942
|
+
readonly pattern: "^[A-Z]+[A-Za-z0-9]+$";
|
|
2943
|
+
};
|
|
2944
|
+
readonly version: {
|
|
2945
|
+
readonly type: "string";
|
|
2946
|
+
readonly const: "1.0";
|
|
2947
|
+
};
|
|
2948
|
+
readonly interfaces: {
|
|
2949
|
+
readonly type: "array";
|
|
2950
|
+
readonly items: {
|
|
2940
2951
|
readonly type: "string";
|
|
2941
|
-
readonly const: "1.0";
|
|
2942
|
-
};
|
|
2943
|
-
readonly interfaces: {
|
|
2944
|
-
readonly type: "array";
|
|
2945
|
-
readonly items: {
|
|
2946
|
-
readonly type: "string";
|
|
2947
|
-
};
|
|
2948
2952
|
};
|
|
2949
|
-
|
|
2950
|
-
|
|
2951
|
-
|
|
2952
|
-
|
|
2953
|
-
|
|
2954
|
-
|
|
2953
|
+
};
|
|
2954
|
+
readonly schema: {
|
|
2955
|
+
readonly type: "object";
|
|
2956
|
+
readonly properties: {
|
|
2957
|
+
readonly $defs: {
|
|
2958
|
+
readonly type: "object";
|
|
2959
|
+
readonly additionalProperties: {
|
|
2960
|
+
readonly anyOf: readonly [{
|
|
2955
2961
|
readonly anyOf: readonly [{
|
|
2962
|
+
readonly type: "object";
|
|
2963
|
+
readonly properties: {
|
|
2964
|
+
readonly type: {
|
|
2965
|
+
readonly type: "string";
|
|
2966
|
+
readonly const: "boolean";
|
|
2967
|
+
};
|
|
2968
|
+
readonly default: {
|
|
2969
|
+
readonly type: "boolean";
|
|
2970
|
+
};
|
|
2971
|
+
};
|
|
2972
|
+
readonly required: readonly ["type"];
|
|
2973
|
+
readonly additionalProperties: false;
|
|
2974
|
+
}, {
|
|
2975
|
+
readonly type: "object";
|
|
2976
|
+
readonly properties: {
|
|
2977
|
+
readonly type: {
|
|
2978
|
+
readonly type: "string";
|
|
2979
|
+
readonly const: "integer";
|
|
2980
|
+
};
|
|
2981
|
+
readonly default: {
|
|
2982
|
+
readonly type: "integer";
|
|
2983
|
+
};
|
|
2984
|
+
readonly minimum: {
|
|
2985
|
+
readonly type: "integer";
|
|
2986
|
+
};
|
|
2987
|
+
readonly maximum: {
|
|
2988
|
+
readonly type: "integer";
|
|
2989
|
+
};
|
|
2990
|
+
};
|
|
2991
|
+
readonly required: readonly ["type"];
|
|
2992
|
+
readonly additionalProperties: false;
|
|
2993
|
+
}, {
|
|
2994
|
+
readonly type: "object";
|
|
2995
|
+
readonly properties: {
|
|
2996
|
+
readonly type: {
|
|
2997
|
+
readonly type: "string";
|
|
2998
|
+
readonly const: "number";
|
|
2999
|
+
};
|
|
3000
|
+
readonly default: {
|
|
3001
|
+
readonly type: "number";
|
|
3002
|
+
};
|
|
3003
|
+
readonly min: {
|
|
3004
|
+
readonly type: "number";
|
|
3005
|
+
};
|
|
3006
|
+
readonly max: {
|
|
3007
|
+
readonly type: "number";
|
|
3008
|
+
};
|
|
3009
|
+
};
|
|
3010
|
+
readonly required: readonly ["type"];
|
|
3011
|
+
readonly additionalProperties: false;
|
|
3012
|
+
}, {
|
|
2956
3013
|
readonly anyOf: readonly [{
|
|
2957
3014
|
readonly type: "object";
|
|
2958
3015
|
readonly properties: {
|
|
2959
3016
|
readonly type: {
|
|
2960
3017
|
readonly type: "string";
|
|
2961
|
-
readonly const: "
|
|
3018
|
+
readonly const: "string";
|
|
3019
|
+
};
|
|
3020
|
+
readonly title: {
|
|
3021
|
+
readonly type: "string";
|
|
3022
|
+
};
|
|
3023
|
+
readonly const: {
|
|
3024
|
+
readonly type: "string";
|
|
2962
3025
|
};
|
|
2963
3026
|
readonly default: {
|
|
2964
|
-
readonly type: "
|
|
3027
|
+
readonly type: "string";
|
|
2965
3028
|
};
|
|
2966
3029
|
};
|
|
2967
|
-
readonly required: readonly ["type"];
|
|
3030
|
+
readonly required: readonly ["type", "const"];
|
|
2968
3031
|
readonly additionalProperties: false;
|
|
2969
3032
|
}, {
|
|
2970
3033
|
readonly type: "object";
|
|
2971
3034
|
readonly properties: {
|
|
2972
3035
|
readonly type: {
|
|
2973
3036
|
readonly type: "string";
|
|
2974
|
-
readonly const: "
|
|
3037
|
+
readonly const: "string";
|
|
3038
|
+
};
|
|
3039
|
+
readonly title: {
|
|
3040
|
+
readonly type: "string";
|
|
3041
|
+
};
|
|
3042
|
+
readonly pattern: {
|
|
3043
|
+
readonly type: "string";
|
|
2975
3044
|
};
|
|
2976
3045
|
readonly default: {
|
|
2977
|
-
readonly type: "
|
|
3046
|
+
readonly type: "string";
|
|
2978
3047
|
};
|
|
2979
|
-
readonly
|
|
3048
|
+
readonly minLength: {
|
|
2980
3049
|
readonly type: "integer";
|
|
2981
3050
|
};
|
|
2982
|
-
readonly
|
|
3051
|
+
readonly maxLength: {
|
|
2983
3052
|
readonly type: "integer";
|
|
2984
3053
|
};
|
|
2985
3054
|
};
|
|
@@ -2990,296 +3059,229 @@ export declare const loadGraphResult: {
|
|
|
2990
3059
|
readonly properties: {
|
|
2991
3060
|
readonly type: {
|
|
2992
3061
|
readonly type: "string";
|
|
2993
|
-
readonly const: "
|
|
2994
|
-
};
|
|
2995
|
-
readonly default: {
|
|
2996
|
-
readonly type: "number";
|
|
2997
|
-
};
|
|
2998
|
-
readonly min: {
|
|
2999
|
-
readonly type: "number";
|
|
3000
|
-
};
|
|
3001
|
-
readonly max: {
|
|
3002
|
-
readonly type: "number";
|
|
3003
|
-
};
|
|
3004
|
-
};
|
|
3005
|
-
readonly required: readonly ["type"];
|
|
3006
|
-
readonly additionalProperties: false;
|
|
3007
|
-
}, {
|
|
3008
|
-
readonly anyOf: readonly [{
|
|
3009
|
-
readonly type: "object";
|
|
3010
|
-
readonly properties: {
|
|
3011
|
-
readonly type: {
|
|
3012
|
-
readonly type: "string";
|
|
3013
|
-
readonly const: "string";
|
|
3014
|
-
};
|
|
3015
|
-
readonly title: {
|
|
3016
|
-
readonly type: "string";
|
|
3017
|
-
};
|
|
3018
|
-
readonly const: {
|
|
3019
|
-
readonly type: "string";
|
|
3020
|
-
};
|
|
3021
|
-
readonly default: {
|
|
3022
|
-
readonly type: "string";
|
|
3023
|
-
};
|
|
3062
|
+
readonly const: "string";
|
|
3024
3063
|
};
|
|
3025
|
-
readonly
|
|
3026
|
-
|
|
3027
|
-
}, {
|
|
3028
|
-
readonly type: "object";
|
|
3029
|
-
readonly properties: {
|
|
3030
|
-
readonly type: {
|
|
3031
|
-
readonly type: "string";
|
|
3032
|
-
readonly const: "string";
|
|
3033
|
-
};
|
|
3034
|
-
readonly title: {
|
|
3035
|
-
readonly type: "string";
|
|
3036
|
-
};
|
|
3037
|
-
readonly pattern: {
|
|
3038
|
-
readonly type: "string";
|
|
3039
|
-
};
|
|
3040
|
-
readonly default: {
|
|
3041
|
-
readonly type: "string";
|
|
3042
|
-
};
|
|
3043
|
-
readonly minLength: {
|
|
3044
|
-
readonly type: "integer";
|
|
3045
|
-
};
|
|
3046
|
-
readonly maxLength: {
|
|
3047
|
-
readonly type: "integer";
|
|
3048
|
-
};
|
|
3064
|
+
readonly title: {
|
|
3065
|
+
readonly type: "string";
|
|
3049
3066
|
};
|
|
3050
|
-
readonly
|
|
3051
|
-
|
|
3052
|
-
|
|
3053
|
-
readonly type: "object";
|
|
3054
|
-
readonly properties: {
|
|
3055
|
-
readonly type: {
|
|
3056
|
-
readonly type: "string";
|
|
3057
|
-
readonly const: "string";
|
|
3058
|
-
};
|
|
3059
|
-
readonly title: {
|
|
3060
|
-
readonly type: "string";
|
|
3061
|
-
};
|
|
3062
|
-
readonly enum: {
|
|
3063
|
-
readonly type: "array";
|
|
3064
|
-
readonly items: {
|
|
3065
|
-
readonly type: "string";
|
|
3066
|
-
readonly pattern: "^[A-Z]+[A-Z_]+[A-Z]$";
|
|
3067
|
-
};
|
|
3068
|
-
};
|
|
3069
|
-
readonly default: {
|
|
3067
|
+
readonly enum: {
|
|
3068
|
+
readonly type: "array";
|
|
3069
|
+
readonly items: {
|
|
3070
3070
|
readonly type: "string";
|
|
3071
3071
|
readonly pattern: "^[A-Z]+[A-Z_]+[A-Z]$";
|
|
3072
3072
|
};
|
|
3073
3073
|
};
|
|
3074
|
-
readonly
|
|
3075
|
-
|
|
3076
|
-
|
|
3077
|
-
readonly type: "object";
|
|
3078
|
-
readonly properties: {
|
|
3079
|
-
readonly type: {
|
|
3080
|
-
readonly type: "string";
|
|
3081
|
-
readonly const: "string";
|
|
3082
|
-
};
|
|
3083
|
-
readonly format: {
|
|
3084
|
-
readonly type: "string";
|
|
3085
|
-
readonly enum: readonly ["date", "date-time", "duration", "email", "time", "uri"];
|
|
3086
|
-
};
|
|
3087
|
-
readonly title: {
|
|
3088
|
-
readonly type: "string";
|
|
3089
|
-
};
|
|
3090
|
-
readonly default: {
|
|
3091
|
-
readonly type: "string";
|
|
3092
|
-
};
|
|
3093
|
-
readonly minLength: {
|
|
3094
|
-
readonly type: "integer";
|
|
3095
|
-
};
|
|
3096
|
-
readonly maxLength: {
|
|
3097
|
-
readonly type: "integer";
|
|
3098
|
-
};
|
|
3074
|
+
readonly default: {
|
|
3075
|
+
readonly type: "string";
|
|
3076
|
+
readonly pattern: "^[A-Z]+[A-Z_]+[A-Z]$";
|
|
3099
3077
|
};
|
|
3100
|
-
|
|
3101
|
-
|
|
3102
|
-
|
|
3103
|
-
}
|
|
3104
|
-
}, {
|
|
3105
|
-
readonly anyOf: readonly [{
|
|
3078
|
+
};
|
|
3079
|
+
readonly required: readonly ["type", "title", "enum"];
|
|
3080
|
+
readonly additionalProperties: false;
|
|
3081
|
+
}, {
|
|
3106
3082
|
readonly type: "object";
|
|
3107
3083
|
readonly properties: {
|
|
3108
3084
|
readonly type: {
|
|
3109
3085
|
readonly type: "string";
|
|
3110
|
-
readonly const: "
|
|
3086
|
+
readonly const: "string";
|
|
3111
3087
|
};
|
|
3112
|
-
readonly
|
|
3088
|
+
readonly format: {
|
|
3113
3089
|
readonly type: "string";
|
|
3114
|
-
readonly
|
|
3090
|
+
readonly enum: readonly ["date", "date-time", "duration", "email", "time", "uri"];
|
|
3115
3091
|
};
|
|
3116
|
-
readonly
|
|
3117
|
-
readonly type: "
|
|
3118
|
-
readonly properties: {
|
|
3119
|
-
readonly $ref: {
|
|
3120
|
-
readonly type: "string";
|
|
3121
|
-
};
|
|
3122
|
-
};
|
|
3123
|
-
readonly required: readonly ["$ref"];
|
|
3124
|
-
readonly additionalProperties: false;
|
|
3092
|
+
readonly title: {
|
|
3093
|
+
readonly type: "string";
|
|
3125
3094
|
};
|
|
3126
|
-
readonly
|
|
3127
|
-
readonly type: "
|
|
3095
|
+
readonly default: {
|
|
3096
|
+
readonly type: "string";
|
|
3128
3097
|
};
|
|
3129
|
-
readonly
|
|
3098
|
+
readonly minLength: {
|
|
3130
3099
|
readonly type: "integer";
|
|
3131
3100
|
};
|
|
3132
|
-
readonly
|
|
3101
|
+
readonly maxLength: {
|
|
3133
3102
|
readonly type: "integer";
|
|
3134
3103
|
};
|
|
3135
3104
|
};
|
|
3136
|
-
readonly required: readonly ["type", "
|
|
3105
|
+
readonly required: readonly ["type", "format"];
|
|
3137
3106
|
readonly additionalProperties: false;
|
|
3138
|
-
}
|
|
3139
|
-
|
|
3140
|
-
|
|
3141
|
-
|
|
3142
|
-
|
|
3143
|
-
|
|
3144
|
-
|
|
3145
|
-
readonly type:
|
|
3146
|
-
|
|
3147
|
-
|
|
3148
|
-
|
|
3107
|
+
}];
|
|
3108
|
+
}];
|
|
3109
|
+
}, {
|
|
3110
|
+
readonly anyOf: readonly [{
|
|
3111
|
+
readonly type: "object";
|
|
3112
|
+
readonly properties: {
|
|
3113
|
+
readonly type: {
|
|
3114
|
+
readonly type: "string";
|
|
3115
|
+
readonly const: "array";
|
|
3116
|
+
};
|
|
3117
|
+
readonly title: {
|
|
3118
|
+
readonly type: "string";
|
|
3119
|
+
readonly pattern: "^[A-Z]+[A-Za-z0-9]+$";
|
|
3120
|
+
};
|
|
3121
|
+
readonly items: {
|
|
3122
|
+
readonly type: "object";
|
|
3149
3123
|
readonly properties: {
|
|
3150
|
-
readonly
|
|
3151
|
-
readonly patternProperties: {
|
|
3152
|
-
readonly '^[a-z]+[A-Za-z0-9]+$': {
|
|
3153
|
-
readonly type: "object";
|
|
3154
|
-
readonly properties: {
|
|
3155
|
-
readonly $ref: {
|
|
3156
|
-
readonly type: "string";
|
|
3157
|
-
};
|
|
3158
|
-
};
|
|
3159
|
-
readonly required: readonly ["$ref"];
|
|
3160
|
-
readonly additionalProperties: false;
|
|
3161
|
-
};
|
|
3162
|
-
};
|
|
3163
|
-
readonly additionalProperties: false;
|
|
3164
|
-
};
|
|
3165
|
-
readonly required: {
|
|
3166
|
-
readonly type: "array";
|
|
3167
|
-
readonly items: {
|
|
3124
|
+
readonly $ref: {
|
|
3168
3125
|
readonly type: "string";
|
|
3169
3126
|
};
|
|
3170
3127
|
};
|
|
3171
|
-
readonly
|
|
3172
|
-
|
|
3173
|
-
|
|
3128
|
+
readonly required: readonly ["$ref"];
|
|
3129
|
+
readonly additionalProperties: false;
|
|
3130
|
+
};
|
|
3131
|
+
readonly uniqueItems: {
|
|
3132
|
+
readonly type: "boolean";
|
|
3133
|
+
};
|
|
3134
|
+
readonly minItems: {
|
|
3135
|
+
readonly type: "integer";
|
|
3136
|
+
};
|
|
3137
|
+
readonly maxItems: {
|
|
3138
|
+
readonly type: "integer";
|
|
3139
|
+
};
|
|
3140
|
+
};
|
|
3141
|
+
readonly required: readonly ["type", "title", "items"];
|
|
3142
|
+
readonly additionalProperties: false;
|
|
3143
|
+
}, {
|
|
3144
|
+
readonly type: "object";
|
|
3145
|
+
readonly properties: {
|
|
3146
|
+
readonly title: {
|
|
3147
|
+
readonly type: "string";
|
|
3148
|
+
readonly pattern: "^[A-Z]+[A-Za-z0-9]+$";
|
|
3149
|
+
};
|
|
3150
|
+
readonly type: {
|
|
3151
|
+
readonly type: "string";
|
|
3152
|
+
readonly const: "object";
|
|
3174
3153
|
};
|
|
3175
|
-
readonly required: readonly ["type", "properties", "required", "additionalProperties", "title"];
|
|
3176
|
-
readonly additionalProperties: false;
|
|
3177
|
-
}, {
|
|
3178
|
-
readonly type: "object";
|
|
3179
3154
|
readonly properties: {
|
|
3180
|
-
readonly type:
|
|
3181
|
-
|
|
3182
|
-
readonly
|
|
3155
|
+
readonly type: "object";
|
|
3156
|
+
readonly patternProperties: {
|
|
3157
|
+
readonly '^[a-z]+[A-Za-z0-9]+$': {
|
|
3158
|
+
readonly type: "object";
|
|
3159
|
+
readonly properties: {
|
|
3160
|
+
readonly $ref: {
|
|
3161
|
+
readonly type: "string";
|
|
3162
|
+
};
|
|
3163
|
+
};
|
|
3164
|
+
readonly required: readonly ["$ref"];
|
|
3165
|
+
readonly additionalProperties: false;
|
|
3166
|
+
};
|
|
3183
3167
|
};
|
|
3184
|
-
readonly
|
|
3168
|
+
readonly additionalProperties: false;
|
|
3169
|
+
};
|
|
3170
|
+
readonly required: {
|
|
3171
|
+
readonly type: "array";
|
|
3172
|
+
readonly items: {
|
|
3185
3173
|
readonly type: "string";
|
|
3186
|
-
readonly const: "JSONObject";
|
|
3187
|
-
};
|
|
3188
|
-
readonly additionalProperties: {
|
|
3189
|
-
readonly type: "boolean";
|
|
3190
|
-
readonly const: true;
|
|
3191
3174
|
};
|
|
3192
3175
|
};
|
|
3193
|
-
readonly
|
|
3194
|
-
|
|
3195
|
-
|
|
3196
|
-
|
|
3197
|
-
|
|
3198
|
-
|
|
3199
|
-
|
|
3200
|
-
readonly type: "string";
|
|
3201
|
-
readonly const: "object";
|
|
3202
|
-
};
|
|
3203
|
-
readonly properties: {
|
|
3204
|
-
readonly type: "object";
|
|
3205
|
-
readonly patternProperties: {
|
|
3206
|
-
readonly '^[a-z]+[A-Za-z0-9]+$': {
|
|
3176
|
+
readonly additionalProperties: {
|
|
3177
|
+
readonly type: "boolean";
|
|
3178
|
+
};
|
|
3179
|
+
};
|
|
3180
|
+
readonly required: readonly ["type", "properties", "required", "additionalProperties", "title"];
|
|
3181
|
+
readonly additionalProperties: false;
|
|
3182
|
+
}, {
|
|
3207
3183
|
readonly type: "object";
|
|
3208
3184
|
readonly properties: {
|
|
3209
|
-
readonly
|
|
3185
|
+
readonly type: {
|
|
3186
|
+
readonly type: "string";
|
|
3187
|
+
readonly const: "object";
|
|
3188
|
+
};
|
|
3189
|
+
readonly title: {
|
|
3210
3190
|
readonly type: "string";
|
|
3191
|
+
readonly const: "JSONObject";
|
|
3192
|
+
};
|
|
3193
|
+
readonly additionalProperties: {
|
|
3194
|
+
readonly type: "boolean";
|
|
3195
|
+
readonly const: true;
|
|
3211
3196
|
};
|
|
3212
3197
|
};
|
|
3213
|
-
readonly required: readonly ["
|
|
3198
|
+
readonly required: readonly ["type", "title", "additionalProperties"];
|
|
3214
3199
|
readonly additionalProperties: false;
|
|
3215
|
-
};
|
|
3216
|
-
};
|
|
3217
|
-
readonly additionalProperties: false;
|
|
3200
|
+
}];
|
|
3201
|
+
}];
|
|
3218
3202
|
};
|
|
3219
|
-
|
|
3220
|
-
|
|
3221
|
-
|
|
3222
|
-
|
|
3203
|
+
};
|
|
3204
|
+
readonly type: {
|
|
3205
|
+
readonly type: "string";
|
|
3206
|
+
readonly const: "object";
|
|
3207
|
+
};
|
|
3208
|
+
readonly properties: {
|
|
3209
|
+
readonly type: "object";
|
|
3210
|
+
readonly patternProperties: {
|
|
3211
|
+
readonly '^[a-z]+[A-Za-z0-9]+$': {
|
|
3212
|
+
readonly type: "object";
|
|
3213
|
+
readonly properties: {
|
|
3214
|
+
readonly $ref: {
|
|
3215
|
+
readonly type: "string";
|
|
3216
|
+
};
|
|
3217
|
+
};
|
|
3218
|
+
readonly required: readonly ["$ref"];
|
|
3219
|
+
readonly additionalProperties: false;
|
|
3223
3220
|
};
|
|
3224
3221
|
};
|
|
3225
|
-
readonly additionalProperties:
|
|
3226
|
-
|
|
3222
|
+
readonly additionalProperties: false;
|
|
3223
|
+
};
|
|
3224
|
+
readonly required: {
|
|
3225
|
+
readonly type: "array";
|
|
3226
|
+
readonly items: {
|
|
3227
|
+
readonly type: "string";
|
|
3227
3228
|
};
|
|
3228
3229
|
};
|
|
3229
|
-
readonly required: readonly ["type", "properties", "required", "additionalProperties", "$defs"];
|
|
3230
|
-
readonly additionalProperties: false;
|
|
3231
|
-
};
|
|
3232
|
-
readonly fieldsMeta: {
|
|
3233
|
-
readonly type: "object";
|
|
3234
3230
|
readonly additionalProperties: {
|
|
3235
|
-
readonly
|
|
3236
|
-
|
|
3237
|
-
|
|
3238
|
-
|
|
3239
|
-
|
|
3240
|
-
|
|
3241
|
-
|
|
3231
|
+
readonly type: "boolean";
|
|
3232
|
+
};
|
|
3233
|
+
};
|
|
3234
|
+
readonly required: readonly ["type", "properties", "required", "additionalProperties", "$defs"];
|
|
3235
|
+
readonly additionalProperties: false;
|
|
3236
|
+
};
|
|
3237
|
+
readonly fieldsMeta: {
|
|
3238
|
+
readonly type: "object";
|
|
3239
|
+
readonly additionalProperties: {
|
|
3240
|
+
readonly anyOf: readonly [{
|
|
3241
|
+
readonly type: "object";
|
|
3242
|
+
readonly properties: {
|
|
3243
|
+
readonly type: {
|
|
3244
|
+
readonly type: "string";
|
|
3245
|
+
readonly const: "account";
|
|
3242
3246
|
};
|
|
3243
|
-
|
|
3244
|
-
|
|
3245
|
-
|
|
3246
|
-
|
|
3247
|
-
|
|
3248
|
-
|
|
3249
|
-
|
|
3250
|
-
|
|
3251
|
-
|
|
3247
|
+
};
|
|
3248
|
+
readonly required: readonly ["type"];
|
|
3249
|
+
readonly additionalProperties: false;
|
|
3250
|
+
}, {
|
|
3251
|
+
readonly type: "object";
|
|
3252
|
+
readonly properties: {
|
|
3253
|
+
readonly type: {
|
|
3254
|
+
readonly type: "string";
|
|
3255
|
+
readonly const: "attachment";
|
|
3252
3256
|
};
|
|
3253
|
-
|
|
3254
|
-
|
|
3255
|
-
|
|
3256
|
-
|
|
3257
|
-
|
|
3258
|
-
|
|
3257
|
+
};
|
|
3258
|
+
readonly required: readonly ["type"];
|
|
3259
|
+
readonly additionalProperties: false;
|
|
3260
|
+
}, {
|
|
3261
|
+
readonly type: "object";
|
|
3262
|
+
readonly properties: {
|
|
3263
|
+
readonly type: {
|
|
3264
|
+
readonly type: "string";
|
|
3265
|
+
readonly const: "document";
|
|
3266
|
+
};
|
|
3267
|
+
readonly model: {
|
|
3268
|
+
readonly anyOf: readonly [{
|
|
3259
3269
|
readonly type: "string";
|
|
3260
|
-
|
|
3261
|
-
|
|
3262
|
-
|
|
3263
|
-
readonly anyOf: readonly [{
|
|
3264
|
-
readonly type: "string";
|
|
3265
|
-
}, {
|
|
3266
|
-
readonly type: "null";
|
|
3267
|
-
}];
|
|
3268
|
-
};
|
|
3270
|
+
}, {
|
|
3271
|
+
readonly type: "null";
|
|
3272
|
+
}];
|
|
3269
3273
|
};
|
|
3270
|
-
|
|
3271
|
-
|
|
3272
|
-
|
|
3273
|
-
};
|
|
3274
|
+
};
|
|
3275
|
+
readonly required: readonly ["type", "model"];
|
|
3276
|
+
readonly additionalProperties: false;
|
|
3277
|
+
}];
|
|
3274
3278
|
};
|
|
3275
3279
|
};
|
|
3276
|
-
|
|
3277
|
-
|
|
3278
|
-
|
|
3279
|
-
};
|
|
3280
|
-
}
|
|
3281
|
-
readonly type: "null";
|
|
3282
|
-
}];
|
|
3280
|
+
};
|
|
3281
|
+
readonly required: readonly ["name", "version", "interfaces", "schema", "fieldsMeta", "behavior", "uniqueFields"];
|
|
3282
|
+
readonly additionalProperties: false;
|
|
3283
|
+
}];
|
|
3284
|
+
};
|
|
3283
3285
|
};
|
|
3284
3286
|
readonly aliases: {
|
|
3285
3287
|
readonly type: "object";
|
|
@@ -3288,7 +3290,7 @@ export declare const loadGraphResult: {
|
|
|
3288
3290
|
};
|
|
3289
3291
|
};
|
|
3290
3292
|
};
|
|
3291
|
-
readonly required: readonly ["
|
|
3293
|
+
readonly required: readonly ["record", "aliases"];
|
|
3292
3294
|
readonly additionalProperties: false;
|
|
3293
3295
|
};
|
|
3294
3296
|
export type LoadGraphResult = FromSchema<typeof loadGraphResult>;
|
|
@@ -4546,7 +4548,7 @@ export declare const graphProtocol: {
|
|
|
4546
4548
|
readonly id: {
|
|
4547
4549
|
readonly type: "string";
|
|
4548
4550
|
};
|
|
4549
|
-
readonly
|
|
4551
|
+
readonly record: {
|
|
4550
4552
|
readonly type: "object";
|
|
4551
4553
|
readonly additionalProperties: {
|
|
4552
4554
|
readonly $id: "urn:kubun:protocol:model:document";
|
|
@@ -5609,8 +5611,14 @@ export declare const graphProtocol: {
|
|
|
5609
5611
|
}];
|
|
5610
5612
|
};
|
|
5611
5613
|
};
|
|
5614
|
+
readonly aliases: {
|
|
5615
|
+
readonly type: "object";
|
|
5616
|
+
readonly additionalProperties: {
|
|
5617
|
+
readonly type: "string";
|
|
5618
|
+
};
|
|
5619
|
+
};
|
|
5612
5620
|
};
|
|
5613
|
-
readonly required: readonly ["id", "
|
|
5621
|
+
readonly required: readonly ["id", "record", "aliases"];
|
|
5614
5622
|
readonly additionalProperties: false;
|
|
5615
5623
|
};
|
|
5616
5624
|
};
|
|
@@ -5655,66 +5663,129 @@ export declare const graphProtocol: {
|
|
|
5655
5663
|
readonly result: {
|
|
5656
5664
|
readonly type: "object";
|
|
5657
5665
|
readonly properties: {
|
|
5658
|
-
readonly
|
|
5659
|
-
readonly
|
|
5660
|
-
|
|
5661
|
-
readonly
|
|
5662
|
-
|
|
5663
|
-
readonly
|
|
5664
|
-
|
|
5665
|
-
readonly
|
|
5666
|
-
readonly
|
|
5667
|
-
|
|
5668
|
-
|
|
5669
|
-
|
|
5670
|
-
readonly
|
|
5671
|
-
|
|
5672
|
-
|
|
5673
|
-
|
|
5674
|
-
readonly
|
|
5666
|
+
readonly record: {
|
|
5667
|
+
readonly type: "object";
|
|
5668
|
+
readonly additionalProperties: {
|
|
5669
|
+
readonly $id: "urn:kubun:protocol:model:document";
|
|
5670
|
+
readonly anyOf: readonly [{
|
|
5671
|
+
readonly type: "object";
|
|
5672
|
+
readonly properties: {
|
|
5673
|
+
readonly behavior: {
|
|
5674
|
+
readonly type: "string";
|
|
5675
|
+
readonly const: "default";
|
|
5676
|
+
};
|
|
5677
|
+
readonly name: {
|
|
5678
|
+
readonly type: "string";
|
|
5679
|
+
readonly pattern: "^[A-Z]+[A-Za-z0-9]+$";
|
|
5680
|
+
};
|
|
5681
|
+
readonly version: {
|
|
5682
|
+
readonly type: "string";
|
|
5683
|
+
readonly const: "1.0";
|
|
5684
|
+
};
|
|
5685
|
+
readonly interfaces: {
|
|
5686
|
+
readonly type: "array";
|
|
5687
|
+
readonly items: {
|
|
5675
5688
|
readonly type: "string";
|
|
5676
|
-
readonly const: "1.0";
|
|
5677
|
-
};
|
|
5678
|
-
readonly interfaces: {
|
|
5679
|
-
readonly type: "array";
|
|
5680
|
-
readonly items: {
|
|
5681
|
-
readonly type: "string";
|
|
5682
|
-
};
|
|
5683
5689
|
};
|
|
5684
|
-
|
|
5685
|
-
|
|
5686
|
-
|
|
5687
|
-
|
|
5688
|
-
|
|
5689
|
-
|
|
5690
|
+
};
|
|
5691
|
+
readonly schema: {
|
|
5692
|
+
readonly type: "object";
|
|
5693
|
+
readonly properties: {
|
|
5694
|
+
readonly $defs: {
|
|
5695
|
+
readonly type: "object";
|
|
5696
|
+
readonly additionalProperties: {
|
|
5697
|
+
readonly anyOf: readonly [{
|
|
5690
5698
|
readonly anyOf: readonly [{
|
|
5699
|
+
readonly type: "object";
|
|
5700
|
+
readonly properties: {
|
|
5701
|
+
readonly type: {
|
|
5702
|
+
readonly type: "string";
|
|
5703
|
+
readonly const: "boolean";
|
|
5704
|
+
};
|
|
5705
|
+
readonly default: {
|
|
5706
|
+
readonly type: "boolean";
|
|
5707
|
+
};
|
|
5708
|
+
};
|
|
5709
|
+
readonly required: readonly ["type"];
|
|
5710
|
+
readonly additionalProperties: false;
|
|
5711
|
+
}, {
|
|
5712
|
+
readonly type: "object";
|
|
5713
|
+
readonly properties: {
|
|
5714
|
+
readonly type: {
|
|
5715
|
+
readonly type: "string";
|
|
5716
|
+
readonly const: "integer";
|
|
5717
|
+
};
|
|
5718
|
+
readonly default: {
|
|
5719
|
+
readonly type: "integer";
|
|
5720
|
+
};
|
|
5721
|
+
readonly minimum: {
|
|
5722
|
+
readonly type: "integer";
|
|
5723
|
+
};
|
|
5724
|
+
readonly maximum: {
|
|
5725
|
+
readonly type: "integer";
|
|
5726
|
+
};
|
|
5727
|
+
};
|
|
5728
|
+
readonly required: readonly ["type"];
|
|
5729
|
+
readonly additionalProperties: false;
|
|
5730
|
+
}, {
|
|
5731
|
+
readonly type: "object";
|
|
5732
|
+
readonly properties: {
|
|
5733
|
+
readonly type: {
|
|
5734
|
+
readonly type: "string";
|
|
5735
|
+
readonly const: "number";
|
|
5736
|
+
};
|
|
5737
|
+
readonly default: {
|
|
5738
|
+
readonly type: "number";
|
|
5739
|
+
};
|
|
5740
|
+
readonly min: {
|
|
5741
|
+
readonly type: "number";
|
|
5742
|
+
};
|
|
5743
|
+
readonly max: {
|
|
5744
|
+
readonly type: "number";
|
|
5745
|
+
};
|
|
5746
|
+
};
|
|
5747
|
+
readonly required: readonly ["type"];
|
|
5748
|
+
readonly additionalProperties: false;
|
|
5749
|
+
}, {
|
|
5691
5750
|
readonly anyOf: readonly [{
|
|
5692
5751
|
readonly type: "object";
|
|
5693
5752
|
readonly properties: {
|
|
5694
5753
|
readonly type: {
|
|
5695
5754
|
readonly type: "string";
|
|
5696
|
-
readonly const: "
|
|
5755
|
+
readonly const: "string";
|
|
5756
|
+
};
|
|
5757
|
+
readonly title: {
|
|
5758
|
+
readonly type: "string";
|
|
5759
|
+
};
|
|
5760
|
+
readonly const: {
|
|
5761
|
+
readonly type: "string";
|
|
5697
5762
|
};
|
|
5698
5763
|
readonly default: {
|
|
5699
|
-
readonly type: "
|
|
5764
|
+
readonly type: "string";
|
|
5700
5765
|
};
|
|
5701
5766
|
};
|
|
5702
|
-
readonly required: readonly ["type"];
|
|
5767
|
+
readonly required: readonly ["type", "const"];
|
|
5703
5768
|
readonly additionalProperties: false;
|
|
5704
5769
|
}, {
|
|
5705
5770
|
readonly type: "object";
|
|
5706
5771
|
readonly properties: {
|
|
5707
5772
|
readonly type: {
|
|
5708
5773
|
readonly type: "string";
|
|
5709
|
-
readonly const: "
|
|
5774
|
+
readonly const: "string";
|
|
5775
|
+
};
|
|
5776
|
+
readonly title: {
|
|
5777
|
+
readonly type: "string";
|
|
5778
|
+
};
|
|
5779
|
+
readonly pattern: {
|
|
5780
|
+
readonly type: "string";
|
|
5710
5781
|
};
|
|
5711
5782
|
readonly default: {
|
|
5712
|
-
readonly type: "
|
|
5783
|
+
readonly type: "string";
|
|
5713
5784
|
};
|
|
5714
|
-
readonly
|
|
5785
|
+
readonly minLength: {
|
|
5715
5786
|
readonly type: "integer";
|
|
5716
5787
|
};
|
|
5717
|
-
readonly
|
|
5788
|
+
readonly maxLength: {
|
|
5718
5789
|
readonly type: "integer";
|
|
5719
5790
|
};
|
|
5720
5791
|
};
|
|
@@ -5725,346 +5796,346 @@ export declare const graphProtocol: {
|
|
|
5725
5796
|
readonly properties: {
|
|
5726
5797
|
readonly type: {
|
|
5727
5798
|
readonly type: "string";
|
|
5728
|
-
readonly const: "
|
|
5729
|
-
};
|
|
5730
|
-
readonly default: {
|
|
5731
|
-
readonly type: "number";
|
|
5732
|
-
};
|
|
5733
|
-
readonly min: {
|
|
5734
|
-
readonly type: "number";
|
|
5735
|
-
};
|
|
5736
|
-
readonly max: {
|
|
5737
|
-
readonly type: "number";
|
|
5738
|
-
};
|
|
5739
|
-
};
|
|
5740
|
-
readonly required: readonly ["type"];
|
|
5741
|
-
readonly additionalProperties: false;
|
|
5742
|
-
}, {
|
|
5743
|
-
readonly anyOf: readonly [{
|
|
5744
|
-
readonly type: "object";
|
|
5745
|
-
readonly properties: {
|
|
5746
|
-
readonly type: {
|
|
5747
|
-
readonly type: "string";
|
|
5748
|
-
readonly const: "string";
|
|
5749
|
-
};
|
|
5750
|
-
readonly title: {
|
|
5751
|
-
readonly type: "string";
|
|
5752
|
-
};
|
|
5753
|
-
readonly const: {
|
|
5754
|
-
readonly type: "string";
|
|
5755
|
-
};
|
|
5756
|
-
readonly default: {
|
|
5757
|
-
readonly type: "string";
|
|
5758
|
-
};
|
|
5799
|
+
readonly const: "string";
|
|
5759
5800
|
};
|
|
5760
|
-
readonly
|
|
5761
|
-
|
|
5762
|
-
}, {
|
|
5763
|
-
readonly type: "object";
|
|
5764
|
-
readonly properties: {
|
|
5765
|
-
readonly type: {
|
|
5766
|
-
readonly type: "string";
|
|
5767
|
-
readonly const: "string";
|
|
5768
|
-
};
|
|
5769
|
-
readonly title: {
|
|
5770
|
-
readonly type: "string";
|
|
5771
|
-
};
|
|
5772
|
-
readonly pattern: {
|
|
5773
|
-
readonly type: "string";
|
|
5774
|
-
};
|
|
5775
|
-
readonly default: {
|
|
5776
|
-
readonly type: "string";
|
|
5777
|
-
};
|
|
5778
|
-
readonly minLength: {
|
|
5779
|
-
readonly type: "integer";
|
|
5780
|
-
};
|
|
5781
|
-
readonly maxLength: {
|
|
5782
|
-
readonly type: "integer";
|
|
5783
|
-
};
|
|
5801
|
+
readonly title: {
|
|
5802
|
+
readonly type: "string";
|
|
5784
5803
|
};
|
|
5785
|
-
readonly
|
|
5786
|
-
|
|
5787
|
-
|
|
5788
|
-
readonly type: "object";
|
|
5789
|
-
readonly properties: {
|
|
5790
|
-
readonly type: {
|
|
5791
|
-
readonly type: "string";
|
|
5792
|
-
readonly const: "string";
|
|
5793
|
-
};
|
|
5794
|
-
readonly title: {
|
|
5795
|
-
readonly type: "string";
|
|
5796
|
-
};
|
|
5797
|
-
readonly enum: {
|
|
5798
|
-
readonly type: "array";
|
|
5799
|
-
readonly items: {
|
|
5800
|
-
readonly type: "string";
|
|
5801
|
-
readonly pattern: "^[A-Z]+[A-Z_]+[A-Z]$";
|
|
5802
|
-
};
|
|
5803
|
-
};
|
|
5804
|
-
readonly default: {
|
|
5804
|
+
readonly enum: {
|
|
5805
|
+
readonly type: "array";
|
|
5806
|
+
readonly items: {
|
|
5805
5807
|
readonly type: "string";
|
|
5806
5808
|
readonly pattern: "^[A-Z]+[A-Z_]+[A-Z]$";
|
|
5807
5809
|
};
|
|
5808
5810
|
};
|
|
5809
|
-
readonly
|
|
5810
|
-
|
|
5811
|
-
|
|
5812
|
-
readonly type: "object";
|
|
5813
|
-
readonly properties: {
|
|
5814
|
-
readonly type: {
|
|
5815
|
-
readonly type: "string";
|
|
5816
|
-
readonly const: "string";
|
|
5817
|
-
};
|
|
5818
|
-
readonly format: {
|
|
5819
|
-
readonly type: "string";
|
|
5820
|
-
readonly enum: readonly ["date", "date-time", "duration", "email", "time", "uri"];
|
|
5821
|
-
};
|
|
5822
|
-
readonly title: {
|
|
5823
|
-
readonly type: "string";
|
|
5824
|
-
};
|
|
5825
|
-
readonly default: {
|
|
5826
|
-
readonly type: "string";
|
|
5827
|
-
};
|
|
5828
|
-
readonly minLength: {
|
|
5829
|
-
readonly type: "integer";
|
|
5830
|
-
};
|
|
5831
|
-
readonly maxLength: {
|
|
5832
|
-
readonly type: "integer";
|
|
5833
|
-
};
|
|
5811
|
+
readonly default: {
|
|
5812
|
+
readonly type: "string";
|
|
5813
|
+
readonly pattern: "^[A-Z]+[A-Z_]+[A-Z]$";
|
|
5834
5814
|
};
|
|
5835
|
-
|
|
5836
|
-
|
|
5837
|
-
|
|
5838
|
-
}
|
|
5839
|
-
}, {
|
|
5840
|
-
readonly anyOf: readonly [{
|
|
5815
|
+
};
|
|
5816
|
+
readonly required: readonly ["type", "title", "enum"];
|
|
5817
|
+
readonly additionalProperties: false;
|
|
5818
|
+
}, {
|
|
5841
5819
|
readonly type: "object";
|
|
5842
5820
|
readonly properties: {
|
|
5843
5821
|
readonly type: {
|
|
5844
5822
|
readonly type: "string";
|
|
5845
|
-
readonly const: "
|
|
5823
|
+
readonly const: "string";
|
|
5846
5824
|
};
|
|
5847
|
-
readonly
|
|
5825
|
+
readonly format: {
|
|
5848
5826
|
readonly type: "string";
|
|
5849
|
-
readonly
|
|
5827
|
+
readonly enum: readonly ["date", "date-time", "duration", "email", "time", "uri"];
|
|
5850
5828
|
};
|
|
5851
|
-
readonly
|
|
5852
|
-
readonly type: "
|
|
5853
|
-
readonly properties: {
|
|
5854
|
-
readonly $ref: {
|
|
5855
|
-
readonly type: "string";
|
|
5856
|
-
};
|
|
5857
|
-
};
|
|
5858
|
-
readonly required: readonly ["$ref"];
|
|
5859
|
-
readonly additionalProperties: false;
|
|
5829
|
+
readonly title: {
|
|
5830
|
+
readonly type: "string";
|
|
5860
5831
|
};
|
|
5861
|
-
readonly
|
|
5862
|
-
readonly type: "
|
|
5832
|
+
readonly default: {
|
|
5833
|
+
readonly type: "string";
|
|
5863
5834
|
};
|
|
5864
|
-
readonly
|
|
5835
|
+
readonly minLength: {
|
|
5865
5836
|
readonly type: "integer";
|
|
5866
5837
|
};
|
|
5867
|
-
readonly
|
|
5838
|
+
readonly maxLength: {
|
|
5868
5839
|
readonly type: "integer";
|
|
5869
5840
|
};
|
|
5870
5841
|
};
|
|
5871
|
-
readonly required: readonly ["type", "
|
|
5842
|
+
readonly required: readonly ["type", "format"];
|
|
5872
5843
|
readonly additionalProperties: false;
|
|
5873
|
-
}
|
|
5874
|
-
|
|
5875
|
-
|
|
5876
|
-
|
|
5877
|
-
|
|
5878
|
-
|
|
5879
|
-
|
|
5880
|
-
readonly type:
|
|
5881
|
-
|
|
5882
|
-
|
|
5883
|
-
|
|
5844
|
+
}];
|
|
5845
|
+
}];
|
|
5846
|
+
}, {
|
|
5847
|
+
readonly anyOf: readonly [{
|
|
5848
|
+
readonly type: "object";
|
|
5849
|
+
readonly properties: {
|
|
5850
|
+
readonly type: {
|
|
5851
|
+
readonly type: "string";
|
|
5852
|
+
readonly const: "array";
|
|
5853
|
+
};
|
|
5854
|
+
readonly title: {
|
|
5855
|
+
readonly type: "string";
|
|
5856
|
+
readonly pattern: "^[A-Z]+[A-Za-z0-9]+$";
|
|
5857
|
+
};
|
|
5858
|
+
readonly items: {
|
|
5859
|
+
readonly type: "object";
|
|
5884
5860
|
readonly properties: {
|
|
5885
|
-
readonly
|
|
5886
|
-
|
|
5887
|
-
|
|
5888
|
-
|
|
5889
|
-
|
|
5890
|
-
|
|
5891
|
-
|
|
5892
|
-
|
|
5861
|
+
readonly $ref: {
|
|
5862
|
+
readonly type: "string";
|
|
5863
|
+
};
|
|
5864
|
+
};
|
|
5865
|
+
readonly required: readonly ["$ref"];
|
|
5866
|
+
readonly additionalProperties: false;
|
|
5867
|
+
};
|
|
5868
|
+
readonly uniqueItems: {
|
|
5869
|
+
readonly type: "boolean";
|
|
5870
|
+
};
|
|
5871
|
+
readonly minItems: {
|
|
5872
|
+
readonly type: "integer";
|
|
5873
|
+
};
|
|
5874
|
+
readonly maxItems: {
|
|
5875
|
+
readonly type: "integer";
|
|
5876
|
+
};
|
|
5877
|
+
};
|
|
5878
|
+
readonly required: readonly ["type", "title", "items"];
|
|
5879
|
+
readonly additionalProperties: false;
|
|
5880
|
+
}, {
|
|
5881
|
+
readonly type: "object";
|
|
5882
|
+
readonly properties: {
|
|
5883
|
+
readonly title: {
|
|
5884
|
+
readonly type: "string";
|
|
5885
|
+
readonly pattern: "^[A-Z]+[A-Za-z0-9]+$";
|
|
5886
|
+
};
|
|
5887
|
+
readonly type: {
|
|
5888
|
+
readonly type: "string";
|
|
5889
|
+
readonly const: "object";
|
|
5890
|
+
};
|
|
5891
|
+
readonly properties: {
|
|
5892
|
+
readonly type: "object";
|
|
5893
|
+
readonly patternProperties: {
|
|
5894
|
+
readonly '^[a-z]+[A-Za-z0-9]+$': {
|
|
5895
|
+
readonly type: "object";
|
|
5896
|
+
readonly properties: {
|
|
5897
|
+
readonly $ref: {
|
|
5898
|
+
readonly type: "string";
|
|
5893
5899
|
};
|
|
5894
|
-
readonly required: readonly ["$ref"];
|
|
5895
|
-
readonly additionalProperties: false;
|
|
5896
5900
|
};
|
|
5901
|
+
readonly required: readonly ["$ref"];
|
|
5902
|
+
readonly additionalProperties: false;
|
|
5897
5903
|
};
|
|
5898
|
-
readonly additionalProperties: false;
|
|
5899
|
-
};
|
|
5900
|
-
readonly required: {
|
|
5901
|
-
readonly type: "array";
|
|
5902
|
-
readonly items: {
|
|
5903
|
-
readonly type: "string";
|
|
5904
|
-
};
|
|
5905
|
-
};
|
|
5906
|
-
readonly additionalProperties: {
|
|
5907
|
-
readonly type: "boolean";
|
|
5908
5904
|
};
|
|
5905
|
+
readonly additionalProperties: false;
|
|
5909
5906
|
};
|
|
5910
|
-
readonly required:
|
|
5911
|
-
|
|
5912
|
-
|
|
5913
|
-
readonly type: "object";
|
|
5914
|
-
readonly properties: {
|
|
5915
|
-
readonly type: {
|
|
5916
|
-
readonly type: "string";
|
|
5917
|
-
readonly const: "object";
|
|
5918
|
-
};
|
|
5919
|
-
readonly title: {
|
|
5907
|
+
readonly required: {
|
|
5908
|
+
readonly type: "array";
|
|
5909
|
+
readonly items: {
|
|
5920
5910
|
readonly type: "string";
|
|
5921
|
-
readonly const: "JSONObject";
|
|
5922
|
-
};
|
|
5923
|
-
readonly additionalProperties: {
|
|
5924
|
-
readonly type: "boolean";
|
|
5925
|
-
readonly const: true;
|
|
5926
5911
|
};
|
|
5927
5912
|
};
|
|
5928
|
-
readonly
|
|
5929
|
-
|
|
5930
|
-
|
|
5931
|
-
|
|
5932
|
-
|
|
5933
|
-
|
|
5934
|
-
|
|
5935
|
-
readonly type: "string";
|
|
5936
|
-
readonly const: "object";
|
|
5937
|
-
};
|
|
5938
|
-
readonly properties: {
|
|
5939
|
-
readonly type: "object";
|
|
5940
|
-
readonly patternProperties: {
|
|
5941
|
-
readonly '^[a-z]+[A-Za-z0-9]+$': {
|
|
5913
|
+
readonly additionalProperties: {
|
|
5914
|
+
readonly type: "boolean";
|
|
5915
|
+
};
|
|
5916
|
+
};
|
|
5917
|
+
readonly required: readonly ["type", "properties", "required", "additionalProperties", "title"];
|
|
5918
|
+
readonly additionalProperties: false;
|
|
5919
|
+
}, {
|
|
5942
5920
|
readonly type: "object";
|
|
5943
5921
|
readonly properties: {
|
|
5944
|
-
readonly
|
|
5922
|
+
readonly type: {
|
|
5945
5923
|
readonly type: "string";
|
|
5924
|
+
readonly const: "object";
|
|
5925
|
+
};
|
|
5926
|
+
readonly title: {
|
|
5927
|
+
readonly type: "string";
|
|
5928
|
+
readonly const: "JSONObject";
|
|
5929
|
+
};
|
|
5930
|
+
readonly additionalProperties: {
|
|
5931
|
+
readonly type: "boolean";
|
|
5932
|
+
readonly const: true;
|
|
5946
5933
|
};
|
|
5947
5934
|
};
|
|
5948
|
-
readonly required: readonly ["
|
|
5935
|
+
readonly required: readonly ["type", "title", "additionalProperties"];
|
|
5949
5936
|
readonly additionalProperties: false;
|
|
5950
|
-
};
|
|
5951
|
-
};
|
|
5952
|
-
readonly additionalProperties: false;
|
|
5937
|
+
}];
|
|
5938
|
+
}];
|
|
5953
5939
|
};
|
|
5954
|
-
|
|
5955
|
-
|
|
5956
|
-
|
|
5957
|
-
|
|
5940
|
+
};
|
|
5941
|
+
readonly type: {
|
|
5942
|
+
readonly type: "string";
|
|
5943
|
+
readonly const: "object";
|
|
5944
|
+
};
|
|
5945
|
+
readonly properties: {
|
|
5946
|
+
readonly type: "object";
|
|
5947
|
+
readonly patternProperties: {
|
|
5948
|
+
readonly '^[a-z]+[A-Za-z0-9]+$': {
|
|
5949
|
+
readonly type: "object";
|
|
5950
|
+
readonly properties: {
|
|
5951
|
+
readonly $ref: {
|
|
5952
|
+
readonly type: "string";
|
|
5953
|
+
};
|
|
5954
|
+
};
|
|
5955
|
+
readonly required: readonly ["$ref"];
|
|
5956
|
+
readonly additionalProperties: false;
|
|
5958
5957
|
};
|
|
5959
5958
|
};
|
|
5960
|
-
readonly additionalProperties:
|
|
5961
|
-
|
|
5959
|
+
readonly additionalProperties: false;
|
|
5960
|
+
};
|
|
5961
|
+
readonly required: {
|
|
5962
|
+
readonly type: "array";
|
|
5963
|
+
readonly items: {
|
|
5964
|
+
readonly type: "string";
|
|
5962
5965
|
};
|
|
5963
5966
|
};
|
|
5964
|
-
readonly required: readonly ["type", "properties", "required", "additionalProperties", "$defs"];
|
|
5965
|
-
readonly additionalProperties: false;
|
|
5966
|
-
};
|
|
5967
|
-
readonly fieldsMeta: {
|
|
5968
|
-
readonly type: "object";
|
|
5969
5967
|
readonly additionalProperties: {
|
|
5970
|
-
readonly
|
|
5971
|
-
|
|
5972
|
-
|
|
5973
|
-
|
|
5974
|
-
|
|
5975
|
-
|
|
5976
|
-
|
|
5968
|
+
readonly type: "boolean";
|
|
5969
|
+
};
|
|
5970
|
+
};
|
|
5971
|
+
readonly required: readonly ["type", "properties", "required", "additionalProperties", "$defs"];
|
|
5972
|
+
readonly additionalProperties: false;
|
|
5973
|
+
};
|
|
5974
|
+
readonly fieldsMeta: {
|
|
5975
|
+
readonly type: "object";
|
|
5976
|
+
readonly additionalProperties: {
|
|
5977
|
+
readonly anyOf: readonly [{
|
|
5978
|
+
readonly type: "object";
|
|
5979
|
+
readonly properties: {
|
|
5980
|
+
readonly type: {
|
|
5981
|
+
readonly type: "string";
|
|
5982
|
+
readonly const: "account";
|
|
5977
5983
|
};
|
|
5978
|
-
|
|
5979
|
-
|
|
5980
|
-
|
|
5981
|
-
|
|
5982
|
-
|
|
5983
|
-
|
|
5984
|
-
|
|
5985
|
-
|
|
5986
|
-
|
|
5984
|
+
};
|
|
5985
|
+
readonly required: readonly ["type"];
|
|
5986
|
+
readonly additionalProperties: false;
|
|
5987
|
+
}, {
|
|
5988
|
+
readonly type: "object";
|
|
5989
|
+
readonly properties: {
|
|
5990
|
+
readonly type: {
|
|
5991
|
+
readonly type: "string";
|
|
5992
|
+
readonly const: "attachment";
|
|
5987
5993
|
};
|
|
5988
|
-
|
|
5989
|
-
|
|
5990
|
-
|
|
5991
|
-
|
|
5992
|
-
|
|
5993
|
-
|
|
5994
|
+
};
|
|
5995
|
+
readonly required: readonly ["type"];
|
|
5996
|
+
readonly additionalProperties: false;
|
|
5997
|
+
}, {
|
|
5998
|
+
readonly type: "object";
|
|
5999
|
+
readonly properties: {
|
|
6000
|
+
readonly type: {
|
|
6001
|
+
readonly type: "string";
|
|
6002
|
+
readonly const: "document";
|
|
6003
|
+
};
|
|
6004
|
+
readonly model: {
|
|
6005
|
+
readonly anyOf: readonly [{
|
|
5994
6006
|
readonly type: "string";
|
|
5995
|
-
|
|
5996
|
-
|
|
5997
|
-
|
|
5998
|
-
readonly anyOf: readonly [{
|
|
5999
|
-
readonly type: "string";
|
|
6000
|
-
}, {
|
|
6001
|
-
readonly type: "null";
|
|
6002
|
-
}];
|
|
6003
|
-
};
|
|
6007
|
+
}, {
|
|
6008
|
+
readonly type: "null";
|
|
6009
|
+
}];
|
|
6004
6010
|
};
|
|
6005
|
-
|
|
6006
|
-
|
|
6007
|
-
|
|
6008
|
-
};
|
|
6011
|
+
};
|
|
6012
|
+
readonly required: readonly ["type", "model"];
|
|
6013
|
+
readonly additionalProperties: false;
|
|
6014
|
+
}];
|
|
6009
6015
|
};
|
|
6010
6016
|
};
|
|
6011
|
-
|
|
6012
|
-
|
|
6013
|
-
|
|
6014
|
-
|
|
6015
|
-
|
|
6016
|
-
|
|
6017
|
-
|
|
6018
|
-
|
|
6019
|
-
|
|
6020
|
-
|
|
6021
|
-
|
|
6022
|
-
|
|
6023
|
-
|
|
6024
|
-
|
|
6017
|
+
};
|
|
6018
|
+
readonly required: readonly ["name", "version", "interfaces", "schema", "fieldsMeta", "behavior"];
|
|
6019
|
+
readonly additionalProperties: false;
|
|
6020
|
+
}, {
|
|
6021
|
+
readonly type: "object";
|
|
6022
|
+
readonly properties: {
|
|
6023
|
+
readonly behavior: {
|
|
6024
|
+
readonly type: "string";
|
|
6025
|
+
readonly const: "interface";
|
|
6026
|
+
};
|
|
6027
|
+
readonly name: {
|
|
6028
|
+
readonly type: "string";
|
|
6029
|
+
readonly pattern: "^[A-Z]+[A-Za-z0-9]+$";
|
|
6030
|
+
};
|
|
6031
|
+
readonly version: {
|
|
6032
|
+
readonly type: "string";
|
|
6033
|
+
readonly const: "1.0";
|
|
6034
|
+
};
|
|
6035
|
+
readonly interfaces: {
|
|
6036
|
+
readonly type: "array";
|
|
6037
|
+
readonly items: {
|
|
6025
6038
|
readonly type: "string";
|
|
6026
|
-
readonly const: "1.0";
|
|
6027
|
-
};
|
|
6028
|
-
readonly interfaces: {
|
|
6029
|
-
readonly type: "array";
|
|
6030
|
-
readonly items: {
|
|
6031
|
-
readonly type: "string";
|
|
6032
|
-
};
|
|
6033
6039
|
};
|
|
6034
|
-
|
|
6035
|
-
|
|
6036
|
-
|
|
6037
|
-
|
|
6038
|
-
|
|
6039
|
-
|
|
6040
|
+
};
|
|
6041
|
+
readonly schema: {
|
|
6042
|
+
readonly type: "object";
|
|
6043
|
+
readonly properties: {
|
|
6044
|
+
readonly $defs: {
|
|
6045
|
+
readonly type: "object";
|
|
6046
|
+
readonly additionalProperties: {
|
|
6047
|
+
readonly anyOf: readonly [{
|
|
6040
6048
|
readonly anyOf: readonly [{
|
|
6049
|
+
readonly type: "object";
|
|
6050
|
+
readonly properties: {
|
|
6051
|
+
readonly type: {
|
|
6052
|
+
readonly type: "string";
|
|
6053
|
+
readonly const: "boolean";
|
|
6054
|
+
};
|
|
6055
|
+
readonly default: {
|
|
6056
|
+
readonly type: "boolean";
|
|
6057
|
+
};
|
|
6058
|
+
};
|
|
6059
|
+
readonly required: readonly ["type"];
|
|
6060
|
+
readonly additionalProperties: false;
|
|
6061
|
+
}, {
|
|
6062
|
+
readonly type: "object";
|
|
6063
|
+
readonly properties: {
|
|
6064
|
+
readonly type: {
|
|
6065
|
+
readonly type: "string";
|
|
6066
|
+
readonly const: "integer";
|
|
6067
|
+
};
|
|
6068
|
+
readonly default: {
|
|
6069
|
+
readonly type: "integer";
|
|
6070
|
+
};
|
|
6071
|
+
readonly minimum: {
|
|
6072
|
+
readonly type: "integer";
|
|
6073
|
+
};
|
|
6074
|
+
readonly maximum: {
|
|
6075
|
+
readonly type: "integer";
|
|
6076
|
+
};
|
|
6077
|
+
};
|
|
6078
|
+
readonly required: readonly ["type"];
|
|
6079
|
+
readonly additionalProperties: false;
|
|
6080
|
+
}, {
|
|
6081
|
+
readonly type: "object";
|
|
6082
|
+
readonly properties: {
|
|
6083
|
+
readonly type: {
|
|
6084
|
+
readonly type: "string";
|
|
6085
|
+
readonly const: "number";
|
|
6086
|
+
};
|
|
6087
|
+
readonly default: {
|
|
6088
|
+
readonly type: "number";
|
|
6089
|
+
};
|
|
6090
|
+
readonly min: {
|
|
6091
|
+
readonly type: "number";
|
|
6092
|
+
};
|
|
6093
|
+
readonly max: {
|
|
6094
|
+
readonly type: "number";
|
|
6095
|
+
};
|
|
6096
|
+
};
|
|
6097
|
+
readonly required: readonly ["type"];
|
|
6098
|
+
readonly additionalProperties: false;
|
|
6099
|
+
}, {
|
|
6041
6100
|
readonly anyOf: readonly [{
|
|
6042
6101
|
readonly type: "object";
|
|
6043
6102
|
readonly properties: {
|
|
6044
6103
|
readonly type: {
|
|
6045
6104
|
readonly type: "string";
|
|
6046
|
-
readonly const: "
|
|
6105
|
+
readonly const: "string";
|
|
6106
|
+
};
|
|
6107
|
+
readonly title: {
|
|
6108
|
+
readonly type: "string";
|
|
6109
|
+
};
|
|
6110
|
+
readonly const: {
|
|
6111
|
+
readonly type: "string";
|
|
6047
6112
|
};
|
|
6048
6113
|
readonly default: {
|
|
6049
|
-
readonly type: "
|
|
6114
|
+
readonly type: "string";
|
|
6050
6115
|
};
|
|
6051
6116
|
};
|
|
6052
|
-
readonly required: readonly ["type"];
|
|
6117
|
+
readonly required: readonly ["type", "const"];
|
|
6053
6118
|
readonly additionalProperties: false;
|
|
6054
6119
|
}, {
|
|
6055
6120
|
readonly type: "object";
|
|
6056
6121
|
readonly properties: {
|
|
6057
6122
|
readonly type: {
|
|
6058
6123
|
readonly type: "string";
|
|
6059
|
-
readonly const: "
|
|
6124
|
+
readonly const: "string";
|
|
6125
|
+
};
|
|
6126
|
+
readonly title: {
|
|
6127
|
+
readonly type: "string";
|
|
6128
|
+
};
|
|
6129
|
+
readonly pattern: {
|
|
6130
|
+
readonly type: "string";
|
|
6060
6131
|
};
|
|
6061
6132
|
readonly default: {
|
|
6062
|
-
readonly type: "
|
|
6133
|
+
readonly type: "string";
|
|
6063
6134
|
};
|
|
6064
|
-
readonly
|
|
6135
|
+
readonly minLength: {
|
|
6065
6136
|
readonly type: "integer";
|
|
6066
6137
|
};
|
|
6067
|
-
readonly
|
|
6138
|
+
readonly maxLength: {
|
|
6068
6139
|
readonly type: "integer";
|
|
6069
6140
|
};
|
|
6070
6141
|
};
|
|
@@ -6075,652 +6146,585 @@ export declare const graphProtocol: {
|
|
|
6075
6146
|
readonly properties: {
|
|
6076
6147
|
readonly type: {
|
|
6077
6148
|
readonly type: "string";
|
|
6078
|
-
readonly const: "
|
|
6079
|
-
};
|
|
6080
|
-
readonly default: {
|
|
6081
|
-
readonly type: "number";
|
|
6082
|
-
};
|
|
6083
|
-
readonly min: {
|
|
6084
|
-
readonly type: "number";
|
|
6085
|
-
};
|
|
6086
|
-
readonly max: {
|
|
6087
|
-
readonly type: "number";
|
|
6088
|
-
};
|
|
6089
|
-
};
|
|
6090
|
-
readonly required: readonly ["type"];
|
|
6091
|
-
readonly additionalProperties: false;
|
|
6092
|
-
}, {
|
|
6093
|
-
readonly anyOf: readonly [{
|
|
6094
|
-
readonly type: "object";
|
|
6095
|
-
readonly properties: {
|
|
6096
|
-
readonly type: {
|
|
6097
|
-
readonly type: "string";
|
|
6098
|
-
readonly const: "string";
|
|
6099
|
-
};
|
|
6100
|
-
readonly title: {
|
|
6101
|
-
readonly type: "string";
|
|
6102
|
-
};
|
|
6103
|
-
readonly const: {
|
|
6104
|
-
readonly type: "string";
|
|
6105
|
-
};
|
|
6106
|
-
readonly default: {
|
|
6107
|
-
readonly type: "string";
|
|
6108
|
-
};
|
|
6149
|
+
readonly const: "string";
|
|
6109
6150
|
};
|
|
6110
|
-
readonly
|
|
6111
|
-
|
|
6112
|
-
}, {
|
|
6113
|
-
readonly type: "object";
|
|
6114
|
-
readonly properties: {
|
|
6115
|
-
readonly type: {
|
|
6116
|
-
readonly type: "string";
|
|
6117
|
-
readonly const: "string";
|
|
6118
|
-
};
|
|
6119
|
-
readonly title: {
|
|
6120
|
-
readonly type: "string";
|
|
6121
|
-
};
|
|
6122
|
-
readonly pattern: {
|
|
6123
|
-
readonly type: "string";
|
|
6124
|
-
};
|
|
6125
|
-
readonly default: {
|
|
6126
|
-
readonly type: "string";
|
|
6127
|
-
};
|
|
6128
|
-
readonly minLength: {
|
|
6129
|
-
readonly type: "integer";
|
|
6130
|
-
};
|
|
6131
|
-
readonly maxLength: {
|
|
6132
|
-
readonly type: "integer";
|
|
6133
|
-
};
|
|
6151
|
+
readonly title: {
|
|
6152
|
+
readonly type: "string";
|
|
6134
6153
|
};
|
|
6135
|
-
readonly
|
|
6136
|
-
|
|
6137
|
-
|
|
6138
|
-
readonly type: "object";
|
|
6139
|
-
readonly properties: {
|
|
6140
|
-
readonly type: {
|
|
6141
|
-
readonly type: "string";
|
|
6142
|
-
readonly const: "string";
|
|
6143
|
-
};
|
|
6144
|
-
readonly title: {
|
|
6145
|
-
readonly type: "string";
|
|
6146
|
-
};
|
|
6147
|
-
readonly enum: {
|
|
6148
|
-
readonly type: "array";
|
|
6149
|
-
readonly items: {
|
|
6150
|
-
readonly type: "string";
|
|
6151
|
-
readonly pattern: "^[A-Z]+[A-Z_]+[A-Z]$";
|
|
6152
|
-
};
|
|
6153
|
-
};
|
|
6154
|
-
readonly default: {
|
|
6154
|
+
readonly enum: {
|
|
6155
|
+
readonly type: "array";
|
|
6156
|
+
readonly items: {
|
|
6155
6157
|
readonly type: "string";
|
|
6156
6158
|
readonly pattern: "^[A-Z]+[A-Z_]+[A-Z]$";
|
|
6157
6159
|
};
|
|
6158
6160
|
};
|
|
6159
|
-
readonly
|
|
6160
|
-
|
|
6161
|
-
|
|
6162
|
-
readonly type: "object";
|
|
6163
|
-
readonly properties: {
|
|
6164
|
-
readonly type: {
|
|
6165
|
-
readonly type: "string";
|
|
6166
|
-
readonly const: "string";
|
|
6167
|
-
};
|
|
6168
|
-
readonly format: {
|
|
6169
|
-
readonly type: "string";
|
|
6170
|
-
readonly enum: readonly ["date", "date-time", "duration", "email", "time", "uri"];
|
|
6171
|
-
};
|
|
6172
|
-
readonly title: {
|
|
6173
|
-
readonly type: "string";
|
|
6174
|
-
};
|
|
6175
|
-
readonly default: {
|
|
6176
|
-
readonly type: "string";
|
|
6177
|
-
};
|
|
6178
|
-
readonly minLength: {
|
|
6179
|
-
readonly type: "integer";
|
|
6180
|
-
};
|
|
6181
|
-
readonly maxLength: {
|
|
6182
|
-
readonly type: "integer";
|
|
6183
|
-
};
|
|
6161
|
+
readonly default: {
|
|
6162
|
+
readonly type: "string";
|
|
6163
|
+
readonly pattern: "^[A-Z]+[A-Z_]+[A-Z]$";
|
|
6184
6164
|
};
|
|
6185
|
-
|
|
6186
|
-
|
|
6187
|
-
|
|
6188
|
-
}
|
|
6189
|
-
}, {
|
|
6190
|
-
readonly anyOf: readonly [{
|
|
6165
|
+
};
|
|
6166
|
+
readonly required: readonly ["type", "title", "enum"];
|
|
6167
|
+
readonly additionalProperties: false;
|
|
6168
|
+
}, {
|
|
6191
6169
|
readonly type: "object";
|
|
6192
6170
|
readonly properties: {
|
|
6193
6171
|
readonly type: {
|
|
6194
6172
|
readonly type: "string";
|
|
6195
|
-
readonly const: "
|
|
6173
|
+
readonly const: "string";
|
|
6196
6174
|
};
|
|
6197
|
-
readonly
|
|
6175
|
+
readonly format: {
|
|
6198
6176
|
readonly type: "string";
|
|
6199
|
-
readonly
|
|
6177
|
+
readonly enum: readonly ["date", "date-time", "duration", "email", "time", "uri"];
|
|
6200
6178
|
};
|
|
6201
|
-
readonly
|
|
6202
|
-
readonly type: "
|
|
6203
|
-
readonly properties: {
|
|
6204
|
-
readonly $ref: {
|
|
6205
|
-
readonly type: "string";
|
|
6206
|
-
};
|
|
6207
|
-
};
|
|
6208
|
-
readonly required: readonly ["$ref"];
|
|
6209
|
-
readonly additionalProperties: false;
|
|
6179
|
+
readonly title: {
|
|
6180
|
+
readonly type: "string";
|
|
6210
6181
|
};
|
|
6211
|
-
readonly
|
|
6212
|
-
readonly type: "
|
|
6182
|
+
readonly default: {
|
|
6183
|
+
readonly type: "string";
|
|
6213
6184
|
};
|
|
6214
|
-
readonly
|
|
6185
|
+
readonly minLength: {
|
|
6215
6186
|
readonly type: "integer";
|
|
6216
6187
|
};
|
|
6217
|
-
readonly
|
|
6188
|
+
readonly maxLength: {
|
|
6218
6189
|
readonly type: "integer";
|
|
6219
6190
|
};
|
|
6220
6191
|
};
|
|
6221
|
-
readonly required: readonly ["type", "
|
|
6192
|
+
readonly required: readonly ["type", "format"];
|
|
6222
6193
|
readonly additionalProperties: false;
|
|
6223
|
-
}
|
|
6224
|
-
|
|
6194
|
+
}];
|
|
6195
|
+
}];
|
|
6196
|
+
}, {
|
|
6197
|
+
readonly anyOf: readonly [{
|
|
6198
|
+
readonly type: "object";
|
|
6199
|
+
readonly properties: {
|
|
6200
|
+
readonly type: {
|
|
6201
|
+
readonly type: "string";
|
|
6202
|
+
readonly const: "array";
|
|
6203
|
+
};
|
|
6204
|
+
readonly title: {
|
|
6205
|
+
readonly type: "string";
|
|
6206
|
+
readonly pattern: "^[A-Z]+[A-Za-z0-9]+$";
|
|
6207
|
+
};
|
|
6208
|
+
readonly items: {
|
|
6209
|
+
readonly type: "object";
|
|
6210
|
+
readonly properties: {
|
|
6211
|
+
readonly $ref: {
|
|
6212
|
+
readonly type: "string";
|
|
6213
|
+
};
|
|
6214
|
+
};
|
|
6215
|
+
readonly required: readonly ["$ref"];
|
|
6216
|
+
readonly additionalProperties: false;
|
|
6217
|
+
};
|
|
6218
|
+
readonly uniqueItems: {
|
|
6219
|
+
readonly type: "boolean";
|
|
6220
|
+
};
|
|
6221
|
+
readonly minItems: {
|
|
6222
|
+
readonly type: "integer";
|
|
6223
|
+
};
|
|
6224
|
+
readonly maxItems: {
|
|
6225
|
+
readonly type: "integer";
|
|
6226
|
+
};
|
|
6227
|
+
};
|
|
6228
|
+
readonly required: readonly ["type", "title", "items"];
|
|
6229
|
+
readonly additionalProperties: false;
|
|
6230
|
+
}, {
|
|
6231
|
+
readonly type: "object";
|
|
6232
|
+
readonly properties: {
|
|
6233
|
+
readonly title: {
|
|
6234
|
+
readonly type: "string";
|
|
6235
|
+
readonly pattern: "^[A-Z]+[A-Za-z0-9]+$";
|
|
6236
|
+
};
|
|
6237
|
+
readonly type: {
|
|
6238
|
+
readonly type: "string";
|
|
6239
|
+
readonly const: "object";
|
|
6240
|
+
};
|
|
6225
6241
|
readonly properties: {
|
|
6226
|
-
readonly
|
|
6227
|
-
|
|
6228
|
-
readonly
|
|
6229
|
-
|
|
6230
|
-
|
|
6231
|
-
|
|
6232
|
-
|
|
6233
|
-
};
|
|
6234
|
-
readonly properties: {
|
|
6235
|
-
readonly type: "object";
|
|
6236
|
-
readonly patternProperties: {
|
|
6237
|
-
readonly '^[a-z]+[A-Za-z0-9]+$': {
|
|
6238
|
-
readonly type: "object";
|
|
6239
|
-
readonly properties: {
|
|
6240
|
-
readonly $ref: {
|
|
6241
|
-
readonly type: "string";
|
|
6242
|
-
};
|
|
6242
|
+
readonly type: "object";
|
|
6243
|
+
readonly patternProperties: {
|
|
6244
|
+
readonly '^[a-z]+[A-Za-z0-9]+$': {
|
|
6245
|
+
readonly type: "object";
|
|
6246
|
+
readonly properties: {
|
|
6247
|
+
readonly $ref: {
|
|
6248
|
+
readonly type: "string";
|
|
6243
6249
|
};
|
|
6244
|
-
readonly required: readonly ["$ref"];
|
|
6245
|
-
readonly additionalProperties: false;
|
|
6246
6250
|
};
|
|
6251
|
+
readonly required: readonly ["$ref"];
|
|
6252
|
+
readonly additionalProperties: false;
|
|
6247
6253
|
};
|
|
6248
|
-
readonly additionalProperties: false;
|
|
6249
|
-
};
|
|
6250
|
-
readonly required: {
|
|
6251
|
-
readonly type: "array";
|
|
6252
|
-
readonly items: {
|
|
6253
|
-
readonly type: "string";
|
|
6254
|
-
};
|
|
6255
|
-
};
|
|
6256
|
-
readonly additionalProperties: {
|
|
6257
|
-
readonly type: "boolean";
|
|
6258
6254
|
};
|
|
6255
|
+
readonly additionalProperties: false;
|
|
6259
6256
|
};
|
|
6260
|
-
readonly required:
|
|
6261
|
-
|
|
6262
|
-
|
|
6263
|
-
readonly type: "object";
|
|
6264
|
-
readonly properties: {
|
|
6265
|
-
readonly type: {
|
|
6266
|
-
readonly type: "string";
|
|
6267
|
-
readonly const: "object";
|
|
6268
|
-
};
|
|
6269
|
-
readonly title: {
|
|
6257
|
+
readonly required: {
|
|
6258
|
+
readonly type: "array";
|
|
6259
|
+
readonly items: {
|
|
6270
6260
|
readonly type: "string";
|
|
6271
|
-
readonly const: "JSONObject";
|
|
6272
|
-
};
|
|
6273
|
-
readonly additionalProperties: {
|
|
6274
|
-
readonly type: "boolean";
|
|
6275
|
-
readonly const: true;
|
|
6276
6261
|
};
|
|
6277
6262
|
};
|
|
6278
|
-
readonly
|
|
6279
|
-
|
|
6280
|
-
|
|
6281
|
-
|
|
6282
|
-
|
|
6283
|
-
|
|
6284
|
-
|
|
6285
|
-
readonly type: "string";
|
|
6286
|
-
readonly const: "object";
|
|
6287
|
-
};
|
|
6288
|
-
readonly properties: {
|
|
6289
|
-
readonly type: "object";
|
|
6290
|
-
readonly patternProperties: {
|
|
6291
|
-
readonly '^[a-z]+[A-Za-z0-9]+$': {
|
|
6263
|
+
readonly additionalProperties: {
|
|
6264
|
+
readonly type: "boolean";
|
|
6265
|
+
};
|
|
6266
|
+
};
|
|
6267
|
+
readonly required: readonly ["type", "properties", "required", "additionalProperties", "title"];
|
|
6268
|
+
readonly additionalProperties: false;
|
|
6269
|
+
}, {
|
|
6292
6270
|
readonly type: "object";
|
|
6293
6271
|
readonly properties: {
|
|
6294
|
-
readonly
|
|
6272
|
+
readonly type: {
|
|
6295
6273
|
readonly type: "string";
|
|
6274
|
+
readonly const: "object";
|
|
6275
|
+
};
|
|
6276
|
+
readonly title: {
|
|
6277
|
+
readonly type: "string";
|
|
6278
|
+
readonly const: "JSONObject";
|
|
6279
|
+
};
|
|
6280
|
+
readonly additionalProperties: {
|
|
6281
|
+
readonly type: "boolean";
|
|
6282
|
+
readonly const: true;
|
|
6296
6283
|
};
|
|
6297
6284
|
};
|
|
6298
|
-
readonly required: readonly ["
|
|
6285
|
+
readonly required: readonly ["type", "title", "additionalProperties"];
|
|
6299
6286
|
readonly additionalProperties: false;
|
|
6300
|
-
};
|
|
6301
|
-
};
|
|
6302
|
-
readonly additionalProperties: false;
|
|
6287
|
+
}];
|
|
6288
|
+
}];
|
|
6303
6289
|
};
|
|
6304
|
-
|
|
6305
|
-
|
|
6306
|
-
|
|
6307
|
-
|
|
6290
|
+
};
|
|
6291
|
+
readonly type: {
|
|
6292
|
+
readonly type: "string";
|
|
6293
|
+
readonly const: "object";
|
|
6294
|
+
};
|
|
6295
|
+
readonly properties: {
|
|
6296
|
+
readonly type: "object";
|
|
6297
|
+
readonly patternProperties: {
|
|
6298
|
+
readonly '^[a-z]+[A-Za-z0-9]+$': {
|
|
6299
|
+
readonly type: "object";
|
|
6300
|
+
readonly properties: {
|
|
6301
|
+
readonly $ref: {
|
|
6302
|
+
readonly type: "string";
|
|
6303
|
+
};
|
|
6304
|
+
};
|
|
6305
|
+
readonly required: readonly ["$ref"];
|
|
6306
|
+
readonly additionalProperties: false;
|
|
6308
6307
|
};
|
|
6309
6308
|
};
|
|
6310
|
-
readonly additionalProperties:
|
|
6311
|
-
|
|
6309
|
+
readonly additionalProperties: false;
|
|
6310
|
+
};
|
|
6311
|
+
readonly required: {
|
|
6312
|
+
readonly type: "array";
|
|
6313
|
+
readonly items: {
|
|
6314
|
+
readonly type: "string";
|
|
6312
6315
|
};
|
|
6313
6316
|
};
|
|
6314
|
-
readonly required: readonly ["type", "properties", "required", "additionalProperties", "$defs"];
|
|
6315
|
-
readonly additionalProperties: false;
|
|
6316
|
-
};
|
|
6317
|
-
readonly fieldsMeta: {
|
|
6318
|
-
readonly type: "object";
|
|
6319
6317
|
readonly additionalProperties: {
|
|
6320
|
-
readonly
|
|
6321
|
-
|
|
6322
|
-
|
|
6323
|
-
|
|
6324
|
-
|
|
6325
|
-
|
|
6326
|
-
|
|
6318
|
+
readonly type: "boolean";
|
|
6319
|
+
};
|
|
6320
|
+
};
|
|
6321
|
+
readonly required: readonly ["type", "properties", "required", "additionalProperties", "$defs"];
|
|
6322
|
+
readonly additionalProperties: false;
|
|
6323
|
+
};
|
|
6324
|
+
readonly fieldsMeta: {
|
|
6325
|
+
readonly type: "object";
|
|
6326
|
+
readonly additionalProperties: {
|
|
6327
|
+
readonly anyOf: readonly [{
|
|
6328
|
+
readonly type: "object";
|
|
6329
|
+
readonly properties: {
|
|
6330
|
+
readonly type: {
|
|
6331
|
+
readonly type: "string";
|
|
6332
|
+
readonly const: "account";
|
|
6327
6333
|
};
|
|
6328
|
-
|
|
6329
|
-
|
|
6330
|
-
|
|
6331
|
-
|
|
6332
|
-
|
|
6333
|
-
|
|
6334
|
-
|
|
6335
|
-
|
|
6336
|
-
|
|
6334
|
+
};
|
|
6335
|
+
readonly required: readonly ["type"];
|
|
6336
|
+
readonly additionalProperties: false;
|
|
6337
|
+
}, {
|
|
6338
|
+
readonly type: "object";
|
|
6339
|
+
readonly properties: {
|
|
6340
|
+
readonly type: {
|
|
6341
|
+
readonly type: "string";
|
|
6342
|
+
readonly const: "attachment";
|
|
6337
6343
|
};
|
|
6338
|
-
|
|
6339
|
-
|
|
6340
|
-
|
|
6341
|
-
|
|
6342
|
-
|
|
6343
|
-
|
|
6344
|
+
};
|
|
6345
|
+
readonly required: readonly ["type"];
|
|
6346
|
+
readonly additionalProperties: false;
|
|
6347
|
+
}, {
|
|
6348
|
+
readonly type: "object";
|
|
6349
|
+
readonly properties: {
|
|
6350
|
+
readonly type: {
|
|
6351
|
+
readonly type: "string";
|
|
6352
|
+
readonly const: "document";
|
|
6353
|
+
};
|
|
6354
|
+
readonly model: {
|
|
6355
|
+
readonly anyOf: readonly [{
|
|
6344
6356
|
readonly type: "string";
|
|
6345
|
-
|
|
6346
|
-
|
|
6347
|
-
|
|
6348
|
-
readonly anyOf: readonly [{
|
|
6349
|
-
readonly type: "string";
|
|
6350
|
-
}, {
|
|
6351
|
-
readonly type: "null";
|
|
6352
|
-
}];
|
|
6353
|
-
};
|
|
6357
|
+
}, {
|
|
6358
|
+
readonly type: "null";
|
|
6359
|
+
}];
|
|
6354
6360
|
};
|
|
6355
|
-
|
|
6356
|
-
|
|
6357
|
-
|
|
6358
|
-
};
|
|
6361
|
+
};
|
|
6362
|
+
readonly required: readonly ["type", "model"];
|
|
6363
|
+
readonly additionalProperties: false;
|
|
6364
|
+
}];
|
|
6359
6365
|
};
|
|
6360
6366
|
};
|
|
6361
|
-
|
|
6362
|
-
|
|
6363
|
-
|
|
6364
|
-
|
|
6365
|
-
|
|
6366
|
-
|
|
6367
|
-
|
|
6368
|
-
|
|
6369
|
-
|
|
6370
|
-
|
|
6371
|
-
|
|
6372
|
-
|
|
6373
|
-
|
|
6374
|
-
};
|
|
6375
|
-
};
|
|
6376
|
-
readonly name: {
|
|
6377
|
-
readonly type: "string";
|
|
6378
|
-
readonly pattern: "^[A-Z]+[A-Za-z0-9]+$";
|
|
6379
|
-
};
|
|
6380
|
-
readonly version: {
|
|
6367
|
+
};
|
|
6368
|
+
readonly required: readonly ["name", "version", "interfaces", "schema", "fieldsMeta", "behavior"];
|
|
6369
|
+
readonly additionalProperties: false;
|
|
6370
|
+
}, {
|
|
6371
|
+
readonly type: "object";
|
|
6372
|
+
readonly properties: {
|
|
6373
|
+
readonly behavior: {
|
|
6374
|
+
readonly type: "string";
|
|
6375
|
+
readonly const: "unique";
|
|
6376
|
+
};
|
|
6377
|
+
readonly uniqueFields: {
|
|
6378
|
+
readonly type: "array";
|
|
6379
|
+
readonly items: {
|
|
6381
6380
|
readonly type: "string";
|
|
6382
|
-
readonly const: "1.0";
|
|
6383
6381
|
};
|
|
6384
|
-
|
|
6385
|
-
|
|
6386
|
-
|
|
6387
|
-
|
|
6388
|
-
|
|
6382
|
+
};
|
|
6383
|
+
readonly name: {
|
|
6384
|
+
readonly type: "string";
|
|
6385
|
+
readonly pattern: "^[A-Z]+[A-Za-z0-9]+$";
|
|
6386
|
+
};
|
|
6387
|
+
readonly version: {
|
|
6388
|
+
readonly type: "string";
|
|
6389
|
+
readonly const: "1.0";
|
|
6390
|
+
};
|
|
6391
|
+
readonly interfaces: {
|
|
6392
|
+
readonly type: "array";
|
|
6393
|
+
readonly items: {
|
|
6394
|
+
readonly type: "string";
|
|
6389
6395
|
};
|
|
6390
|
-
|
|
6391
|
-
|
|
6392
|
-
|
|
6393
|
-
|
|
6394
|
-
|
|
6395
|
-
|
|
6396
|
+
};
|
|
6397
|
+
readonly schema: {
|
|
6398
|
+
readonly type: "object";
|
|
6399
|
+
readonly properties: {
|
|
6400
|
+
readonly $defs: {
|
|
6401
|
+
readonly type: "object";
|
|
6402
|
+
readonly additionalProperties: {
|
|
6403
|
+
readonly anyOf: readonly [{
|
|
6396
6404
|
readonly anyOf: readonly [{
|
|
6405
|
+
readonly type: "object";
|
|
6406
|
+
readonly properties: {
|
|
6407
|
+
readonly type: {
|
|
6408
|
+
readonly type: "string";
|
|
6409
|
+
readonly const: "boolean";
|
|
6410
|
+
};
|
|
6411
|
+
readonly default: {
|
|
6412
|
+
readonly type: "boolean";
|
|
6413
|
+
};
|
|
6414
|
+
};
|
|
6415
|
+
readonly required: readonly ["type"];
|
|
6416
|
+
readonly additionalProperties: false;
|
|
6417
|
+
}, {
|
|
6418
|
+
readonly type: "object";
|
|
6419
|
+
readonly properties: {
|
|
6420
|
+
readonly type: {
|
|
6421
|
+
readonly type: "string";
|
|
6422
|
+
readonly const: "integer";
|
|
6423
|
+
};
|
|
6424
|
+
readonly default: {
|
|
6425
|
+
readonly type: "integer";
|
|
6426
|
+
};
|
|
6427
|
+
readonly minimum: {
|
|
6428
|
+
readonly type: "integer";
|
|
6429
|
+
};
|
|
6430
|
+
readonly maximum: {
|
|
6431
|
+
readonly type: "integer";
|
|
6432
|
+
};
|
|
6433
|
+
};
|
|
6434
|
+
readonly required: readonly ["type"];
|
|
6435
|
+
readonly additionalProperties: false;
|
|
6436
|
+
}, {
|
|
6437
|
+
readonly type: "object";
|
|
6438
|
+
readonly properties: {
|
|
6439
|
+
readonly type: {
|
|
6440
|
+
readonly type: "string";
|
|
6441
|
+
readonly const: "number";
|
|
6442
|
+
};
|
|
6443
|
+
readonly default: {
|
|
6444
|
+
readonly type: "number";
|
|
6445
|
+
};
|
|
6446
|
+
readonly min: {
|
|
6447
|
+
readonly type: "number";
|
|
6448
|
+
};
|
|
6449
|
+
readonly max: {
|
|
6450
|
+
readonly type: "number";
|
|
6451
|
+
};
|
|
6452
|
+
};
|
|
6453
|
+
readonly required: readonly ["type"];
|
|
6454
|
+
readonly additionalProperties: false;
|
|
6455
|
+
}, {
|
|
6397
6456
|
readonly anyOf: readonly [{
|
|
6398
6457
|
readonly type: "object";
|
|
6399
6458
|
readonly properties: {
|
|
6400
6459
|
readonly type: {
|
|
6401
6460
|
readonly type: "string";
|
|
6402
|
-
readonly const: "
|
|
6403
|
-
};
|
|
6404
|
-
readonly default: {
|
|
6405
|
-
readonly type: "boolean";
|
|
6461
|
+
readonly const: "string";
|
|
6406
6462
|
};
|
|
6407
|
-
|
|
6408
|
-
readonly required: readonly ["type"];
|
|
6409
|
-
readonly additionalProperties: false;
|
|
6410
|
-
}, {
|
|
6411
|
-
readonly type: "object";
|
|
6412
|
-
readonly properties: {
|
|
6413
|
-
readonly type: {
|
|
6463
|
+
readonly title: {
|
|
6414
6464
|
readonly type: "string";
|
|
6415
|
-
readonly const: "integer";
|
|
6416
|
-
};
|
|
6417
|
-
readonly default: {
|
|
6418
|
-
readonly type: "integer";
|
|
6419
|
-
};
|
|
6420
|
-
readonly minimum: {
|
|
6421
|
-
readonly type: "integer";
|
|
6422
|
-
};
|
|
6423
|
-
readonly maximum: {
|
|
6424
|
-
readonly type: "integer";
|
|
6425
6465
|
};
|
|
6426
|
-
|
|
6427
|
-
readonly required: readonly ["type"];
|
|
6428
|
-
readonly additionalProperties: false;
|
|
6429
|
-
}, {
|
|
6430
|
-
readonly type: "object";
|
|
6431
|
-
readonly properties: {
|
|
6432
|
-
readonly type: {
|
|
6466
|
+
readonly const: {
|
|
6433
6467
|
readonly type: "string";
|
|
6434
|
-
readonly const: "number";
|
|
6435
6468
|
};
|
|
6436
6469
|
readonly default: {
|
|
6437
|
-
readonly type: "
|
|
6438
|
-
};
|
|
6439
|
-
readonly min: {
|
|
6440
|
-
readonly type: "number";
|
|
6441
|
-
};
|
|
6442
|
-
readonly max: {
|
|
6443
|
-
readonly type: "number";
|
|
6470
|
+
readonly type: "string";
|
|
6444
6471
|
};
|
|
6445
6472
|
};
|
|
6446
|
-
readonly required: readonly ["type"];
|
|
6473
|
+
readonly required: readonly ["type", "const"];
|
|
6447
6474
|
readonly additionalProperties: false;
|
|
6448
6475
|
}, {
|
|
6449
|
-
readonly anyOf: readonly [{
|
|
6450
|
-
readonly type: "object";
|
|
6451
|
-
readonly properties: {
|
|
6452
|
-
readonly type: {
|
|
6453
|
-
readonly type: "string";
|
|
6454
|
-
readonly const: "string";
|
|
6455
|
-
};
|
|
6456
|
-
readonly title: {
|
|
6457
|
-
readonly type: "string";
|
|
6458
|
-
};
|
|
6459
|
-
readonly const: {
|
|
6460
|
-
readonly type: "string";
|
|
6461
|
-
};
|
|
6462
|
-
readonly default: {
|
|
6463
|
-
readonly type: "string";
|
|
6464
|
-
};
|
|
6465
|
-
};
|
|
6466
|
-
readonly required: readonly ["type", "const"];
|
|
6467
|
-
readonly additionalProperties: false;
|
|
6468
|
-
}, {
|
|
6469
|
-
readonly type: "object";
|
|
6470
|
-
readonly properties: {
|
|
6471
|
-
readonly type: {
|
|
6472
|
-
readonly type: "string";
|
|
6473
|
-
readonly const: "string";
|
|
6474
|
-
};
|
|
6475
|
-
readonly title: {
|
|
6476
|
-
readonly type: "string";
|
|
6477
|
-
};
|
|
6478
|
-
readonly pattern: {
|
|
6479
|
-
readonly type: "string";
|
|
6480
|
-
};
|
|
6481
|
-
readonly default: {
|
|
6482
|
-
readonly type: "string";
|
|
6483
|
-
};
|
|
6484
|
-
readonly minLength: {
|
|
6485
|
-
readonly type: "integer";
|
|
6486
|
-
};
|
|
6487
|
-
readonly maxLength: {
|
|
6488
|
-
readonly type: "integer";
|
|
6489
|
-
};
|
|
6490
|
-
};
|
|
6491
|
-
readonly required: readonly ["type"];
|
|
6492
|
-
readonly additionalProperties: false;
|
|
6493
|
-
}, {
|
|
6494
|
-
readonly type: "object";
|
|
6495
|
-
readonly properties: {
|
|
6496
|
-
readonly type: {
|
|
6497
|
-
readonly type: "string";
|
|
6498
|
-
readonly const: "string";
|
|
6499
|
-
};
|
|
6500
|
-
readonly title: {
|
|
6501
|
-
readonly type: "string";
|
|
6502
|
-
};
|
|
6503
|
-
readonly enum: {
|
|
6504
|
-
readonly type: "array";
|
|
6505
|
-
readonly items: {
|
|
6506
|
-
readonly type: "string";
|
|
6507
|
-
readonly pattern: "^[A-Z]+[A-Z_]+[A-Z]$";
|
|
6508
|
-
};
|
|
6509
|
-
};
|
|
6510
|
-
readonly default: {
|
|
6511
|
-
readonly type: "string";
|
|
6512
|
-
readonly pattern: "^[A-Z]+[A-Z_]+[A-Z]$";
|
|
6513
|
-
};
|
|
6514
|
-
};
|
|
6515
|
-
readonly required: readonly ["type", "title", "enum"];
|
|
6516
|
-
readonly additionalProperties: false;
|
|
6517
|
-
}, {
|
|
6518
|
-
readonly type: "object";
|
|
6519
|
-
readonly properties: {
|
|
6520
|
-
readonly type: {
|
|
6521
|
-
readonly type: "string";
|
|
6522
|
-
readonly const: "string";
|
|
6523
|
-
};
|
|
6524
|
-
readonly format: {
|
|
6525
|
-
readonly type: "string";
|
|
6526
|
-
readonly enum: readonly ["date", "date-time", "duration", "email", "time", "uri"];
|
|
6527
|
-
};
|
|
6528
|
-
readonly title: {
|
|
6529
|
-
readonly type: "string";
|
|
6530
|
-
};
|
|
6531
|
-
readonly default: {
|
|
6532
|
-
readonly type: "string";
|
|
6533
|
-
};
|
|
6534
|
-
readonly minLength: {
|
|
6535
|
-
readonly type: "integer";
|
|
6536
|
-
};
|
|
6537
|
-
readonly maxLength: {
|
|
6538
|
-
readonly type: "integer";
|
|
6539
|
-
};
|
|
6540
|
-
};
|
|
6541
|
-
readonly required: readonly ["type", "format"];
|
|
6542
|
-
readonly additionalProperties: false;
|
|
6543
|
-
}];
|
|
6544
|
-
}];
|
|
6545
|
-
}, {
|
|
6546
|
-
readonly anyOf: readonly [{
|
|
6547
6476
|
readonly type: "object";
|
|
6548
6477
|
readonly properties: {
|
|
6549
6478
|
readonly type: {
|
|
6550
6479
|
readonly type: "string";
|
|
6551
|
-
readonly const: "
|
|
6480
|
+
readonly const: "string";
|
|
6552
6481
|
};
|
|
6553
6482
|
readonly title: {
|
|
6554
6483
|
readonly type: "string";
|
|
6555
|
-
readonly pattern: "^[A-Z]+[A-Za-z0-9]+$";
|
|
6556
6484
|
};
|
|
6557
|
-
readonly
|
|
6558
|
-
readonly type: "
|
|
6559
|
-
readonly properties: {
|
|
6560
|
-
readonly $ref: {
|
|
6561
|
-
readonly type: "string";
|
|
6562
|
-
};
|
|
6563
|
-
};
|
|
6564
|
-
readonly required: readonly ["$ref"];
|
|
6565
|
-
readonly additionalProperties: false;
|
|
6485
|
+
readonly pattern: {
|
|
6486
|
+
readonly type: "string";
|
|
6566
6487
|
};
|
|
6567
|
-
readonly
|
|
6568
|
-
readonly type: "
|
|
6488
|
+
readonly default: {
|
|
6489
|
+
readonly type: "string";
|
|
6569
6490
|
};
|
|
6570
|
-
readonly
|
|
6491
|
+
readonly minLength: {
|
|
6571
6492
|
readonly type: "integer";
|
|
6572
6493
|
};
|
|
6573
|
-
readonly
|
|
6494
|
+
readonly maxLength: {
|
|
6574
6495
|
readonly type: "integer";
|
|
6575
6496
|
};
|
|
6576
6497
|
};
|
|
6577
|
-
readonly required: readonly ["type"
|
|
6498
|
+
readonly required: readonly ["type"];
|
|
6578
6499
|
readonly additionalProperties: false;
|
|
6579
6500
|
}, {
|
|
6580
6501
|
readonly type: "object";
|
|
6581
6502
|
readonly properties: {
|
|
6582
|
-
readonly title: {
|
|
6583
|
-
readonly type: "string";
|
|
6584
|
-
readonly pattern: "^[A-Z]+[A-Za-z0-9]+$";
|
|
6585
|
-
};
|
|
6586
6503
|
readonly type: {
|
|
6587
6504
|
readonly type: "string";
|
|
6588
|
-
readonly const: "
|
|
6505
|
+
readonly const: "string";
|
|
6589
6506
|
};
|
|
6590
|
-
readonly
|
|
6591
|
-
readonly type: "
|
|
6592
|
-
readonly patternProperties: {
|
|
6593
|
-
readonly '^[a-z]+[A-Za-z0-9]+$': {
|
|
6594
|
-
readonly type: "object";
|
|
6595
|
-
readonly properties: {
|
|
6596
|
-
readonly $ref: {
|
|
6597
|
-
readonly type: "string";
|
|
6598
|
-
};
|
|
6599
|
-
};
|
|
6600
|
-
readonly required: readonly ["$ref"];
|
|
6601
|
-
readonly additionalProperties: false;
|
|
6602
|
-
};
|
|
6603
|
-
};
|
|
6604
|
-
readonly additionalProperties: false;
|
|
6507
|
+
readonly title: {
|
|
6508
|
+
readonly type: "string";
|
|
6605
6509
|
};
|
|
6606
|
-
readonly
|
|
6510
|
+
readonly enum: {
|
|
6607
6511
|
readonly type: "array";
|
|
6608
6512
|
readonly items: {
|
|
6609
6513
|
readonly type: "string";
|
|
6514
|
+
readonly pattern: "^[A-Z]+[A-Z_]+[A-Z]$";
|
|
6610
6515
|
};
|
|
6611
6516
|
};
|
|
6612
|
-
readonly
|
|
6613
|
-
readonly type: "
|
|
6517
|
+
readonly default: {
|
|
6518
|
+
readonly type: "string";
|
|
6519
|
+
readonly pattern: "^[A-Z]+[A-Z_]+[A-Z]$";
|
|
6614
6520
|
};
|
|
6615
6521
|
};
|
|
6616
|
-
readonly required: readonly ["type", "
|
|
6522
|
+
readonly required: readonly ["type", "title", "enum"];
|
|
6617
6523
|
readonly additionalProperties: false;
|
|
6618
6524
|
}, {
|
|
6619
6525
|
readonly type: "object";
|
|
6620
6526
|
readonly properties: {
|
|
6621
6527
|
readonly type: {
|
|
6622
6528
|
readonly type: "string";
|
|
6623
|
-
readonly const: "
|
|
6529
|
+
readonly const: "string";
|
|
6530
|
+
};
|
|
6531
|
+
readonly format: {
|
|
6532
|
+
readonly type: "string";
|
|
6533
|
+
readonly enum: readonly ["date", "date-time", "duration", "email", "time", "uri"];
|
|
6624
6534
|
};
|
|
6625
6535
|
readonly title: {
|
|
6626
6536
|
readonly type: "string";
|
|
6627
|
-
readonly const: "JSONObject";
|
|
6628
6537
|
};
|
|
6629
|
-
readonly
|
|
6630
|
-
readonly type: "
|
|
6631
|
-
|
|
6538
|
+
readonly default: {
|
|
6539
|
+
readonly type: "string";
|
|
6540
|
+
};
|
|
6541
|
+
readonly minLength: {
|
|
6542
|
+
readonly type: "integer";
|
|
6543
|
+
};
|
|
6544
|
+
readonly maxLength: {
|
|
6545
|
+
readonly type: "integer";
|
|
6632
6546
|
};
|
|
6633
6547
|
};
|
|
6634
|
-
readonly required: readonly ["type", "
|
|
6548
|
+
readonly required: readonly ["type", "format"];
|
|
6635
6549
|
readonly additionalProperties: false;
|
|
6636
6550
|
}];
|
|
6637
6551
|
}];
|
|
6638
|
-
}
|
|
6639
|
-
|
|
6640
|
-
readonly type: {
|
|
6641
|
-
readonly type: "string";
|
|
6642
|
-
readonly const: "object";
|
|
6643
|
-
};
|
|
6644
|
-
readonly properties: {
|
|
6645
|
-
readonly type: "object";
|
|
6646
|
-
readonly patternProperties: {
|
|
6647
|
-
readonly '^[a-z]+[A-Za-z0-9]+$': {
|
|
6552
|
+
}, {
|
|
6553
|
+
readonly anyOf: readonly [{
|
|
6648
6554
|
readonly type: "object";
|
|
6649
6555
|
readonly properties: {
|
|
6650
|
-
readonly
|
|
6556
|
+
readonly type: {
|
|
6557
|
+
readonly type: "string";
|
|
6558
|
+
readonly const: "array";
|
|
6559
|
+
};
|
|
6560
|
+
readonly title: {
|
|
6561
|
+
readonly type: "string";
|
|
6562
|
+
readonly pattern: "^[A-Z]+[A-Za-z0-9]+$";
|
|
6563
|
+
};
|
|
6564
|
+
readonly items: {
|
|
6565
|
+
readonly type: "object";
|
|
6566
|
+
readonly properties: {
|
|
6567
|
+
readonly $ref: {
|
|
6568
|
+
readonly type: "string";
|
|
6569
|
+
};
|
|
6570
|
+
};
|
|
6571
|
+
readonly required: readonly ["$ref"];
|
|
6572
|
+
readonly additionalProperties: false;
|
|
6573
|
+
};
|
|
6574
|
+
readonly uniqueItems: {
|
|
6575
|
+
readonly type: "boolean";
|
|
6576
|
+
};
|
|
6577
|
+
readonly minItems: {
|
|
6578
|
+
readonly type: "integer";
|
|
6579
|
+
};
|
|
6580
|
+
readonly maxItems: {
|
|
6581
|
+
readonly type: "integer";
|
|
6582
|
+
};
|
|
6583
|
+
};
|
|
6584
|
+
readonly required: readonly ["type", "title", "items"];
|
|
6585
|
+
readonly additionalProperties: false;
|
|
6586
|
+
}, {
|
|
6587
|
+
readonly type: "object";
|
|
6588
|
+
readonly properties: {
|
|
6589
|
+
readonly title: {
|
|
6590
|
+
readonly type: "string";
|
|
6591
|
+
readonly pattern: "^[A-Z]+[A-Za-z0-9]+$";
|
|
6592
|
+
};
|
|
6593
|
+
readonly type: {
|
|
6651
6594
|
readonly type: "string";
|
|
6595
|
+
readonly const: "object";
|
|
6596
|
+
};
|
|
6597
|
+
readonly properties: {
|
|
6598
|
+
readonly type: "object";
|
|
6599
|
+
readonly patternProperties: {
|
|
6600
|
+
readonly '^[a-z]+[A-Za-z0-9]+$': {
|
|
6601
|
+
readonly type: "object";
|
|
6602
|
+
readonly properties: {
|
|
6603
|
+
readonly $ref: {
|
|
6604
|
+
readonly type: "string";
|
|
6605
|
+
};
|
|
6606
|
+
};
|
|
6607
|
+
readonly required: readonly ["$ref"];
|
|
6608
|
+
readonly additionalProperties: false;
|
|
6609
|
+
};
|
|
6610
|
+
};
|
|
6611
|
+
readonly additionalProperties: false;
|
|
6612
|
+
};
|
|
6613
|
+
readonly required: {
|
|
6614
|
+
readonly type: "array";
|
|
6615
|
+
readonly items: {
|
|
6616
|
+
readonly type: "string";
|
|
6617
|
+
};
|
|
6618
|
+
};
|
|
6619
|
+
readonly additionalProperties: {
|
|
6620
|
+
readonly type: "boolean";
|
|
6652
6621
|
};
|
|
6653
6622
|
};
|
|
6654
|
-
readonly required: readonly ["
|
|
6623
|
+
readonly required: readonly ["type", "properties", "required", "additionalProperties", "title"];
|
|
6655
6624
|
readonly additionalProperties: false;
|
|
6656
|
-
}
|
|
6657
|
-
|
|
6658
|
-
|
|
6625
|
+
}, {
|
|
6626
|
+
readonly type: "object";
|
|
6627
|
+
readonly properties: {
|
|
6628
|
+
readonly type: {
|
|
6629
|
+
readonly type: "string";
|
|
6630
|
+
readonly const: "object";
|
|
6631
|
+
};
|
|
6632
|
+
readonly title: {
|
|
6633
|
+
readonly type: "string";
|
|
6634
|
+
readonly const: "JSONObject";
|
|
6635
|
+
};
|
|
6636
|
+
readonly additionalProperties: {
|
|
6637
|
+
readonly type: "boolean";
|
|
6638
|
+
readonly const: true;
|
|
6639
|
+
};
|
|
6640
|
+
};
|
|
6641
|
+
readonly required: readonly ["type", "title", "additionalProperties"];
|
|
6642
|
+
readonly additionalProperties: false;
|
|
6643
|
+
}];
|
|
6644
|
+
}];
|
|
6659
6645
|
};
|
|
6660
|
-
|
|
6661
|
-
|
|
6662
|
-
|
|
6663
|
-
|
|
6646
|
+
};
|
|
6647
|
+
readonly type: {
|
|
6648
|
+
readonly type: "string";
|
|
6649
|
+
readonly const: "object";
|
|
6650
|
+
};
|
|
6651
|
+
readonly properties: {
|
|
6652
|
+
readonly type: "object";
|
|
6653
|
+
readonly patternProperties: {
|
|
6654
|
+
readonly '^[a-z]+[A-Za-z0-9]+$': {
|
|
6655
|
+
readonly type: "object";
|
|
6656
|
+
readonly properties: {
|
|
6657
|
+
readonly $ref: {
|
|
6658
|
+
readonly type: "string";
|
|
6659
|
+
};
|
|
6660
|
+
};
|
|
6661
|
+
readonly required: readonly ["$ref"];
|
|
6662
|
+
readonly additionalProperties: false;
|
|
6664
6663
|
};
|
|
6665
6664
|
};
|
|
6666
|
-
readonly additionalProperties:
|
|
6667
|
-
|
|
6665
|
+
readonly additionalProperties: false;
|
|
6666
|
+
};
|
|
6667
|
+
readonly required: {
|
|
6668
|
+
readonly type: "array";
|
|
6669
|
+
readonly items: {
|
|
6670
|
+
readonly type: "string";
|
|
6668
6671
|
};
|
|
6669
6672
|
};
|
|
6670
|
-
readonly required: readonly ["type", "properties", "required", "additionalProperties", "$defs"];
|
|
6671
|
-
readonly additionalProperties: false;
|
|
6672
|
-
};
|
|
6673
|
-
readonly fieldsMeta: {
|
|
6674
|
-
readonly type: "object";
|
|
6675
6673
|
readonly additionalProperties: {
|
|
6676
|
-
readonly
|
|
6677
|
-
|
|
6678
|
-
|
|
6679
|
-
|
|
6680
|
-
|
|
6681
|
-
|
|
6682
|
-
|
|
6674
|
+
readonly type: "boolean";
|
|
6675
|
+
};
|
|
6676
|
+
};
|
|
6677
|
+
readonly required: readonly ["type", "properties", "required", "additionalProperties", "$defs"];
|
|
6678
|
+
readonly additionalProperties: false;
|
|
6679
|
+
};
|
|
6680
|
+
readonly fieldsMeta: {
|
|
6681
|
+
readonly type: "object";
|
|
6682
|
+
readonly additionalProperties: {
|
|
6683
|
+
readonly anyOf: readonly [{
|
|
6684
|
+
readonly type: "object";
|
|
6685
|
+
readonly properties: {
|
|
6686
|
+
readonly type: {
|
|
6687
|
+
readonly type: "string";
|
|
6688
|
+
readonly const: "account";
|
|
6683
6689
|
};
|
|
6684
|
-
|
|
6685
|
-
|
|
6686
|
-
|
|
6687
|
-
|
|
6688
|
-
|
|
6689
|
-
|
|
6690
|
-
|
|
6691
|
-
|
|
6692
|
-
|
|
6690
|
+
};
|
|
6691
|
+
readonly required: readonly ["type"];
|
|
6692
|
+
readonly additionalProperties: false;
|
|
6693
|
+
}, {
|
|
6694
|
+
readonly type: "object";
|
|
6695
|
+
readonly properties: {
|
|
6696
|
+
readonly type: {
|
|
6697
|
+
readonly type: "string";
|
|
6698
|
+
readonly const: "attachment";
|
|
6693
6699
|
};
|
|
6694
|
-
|
|
6695
|
-
|
|
6696
|
-
|
|
6697
|
-
|
|
6698
|
-
|
|
6699
|
-
|
|
6700
|
+
};
|
|
6701
|
+
readonly required: readonly ["type"];
|
|
6702
|
+
readonly additionalProperties: false;
|
|
6703
|
+
}, {
|
|
6704
|
+
readonly type: "object";
|
|
6705
|
+
readonly properties: {
|
|
6706
|
+
readonly type: {
|
|
6707
|
+
readonly type: "string";
|
|
6708
|
+
readonly const: "document";
|
|
6709
|
+
};
|
|
6710
|
+
readonly model: {
|
|
6711
|
+
readonly anyOf: readonly [{
|
|
6700
6712
|
readonly type: "string";
|
|
6701
|
-
|
|
6702
|
-
|
|
6703
|
-
|
|
6704
|
-
readonly anyOf: readonly [{
|
|
6705
|
-
readonly type: "string";
|
|
6706
|
-
}, {
|
|
6707
|
-
readonly type: "null";
|
|
6708
|
-
}];
|
|
6709
|
-
};
|
|
6713
|
+
}, {
|
|
6714
|
+
readonly type: "null";
|
|
6715
|
+
}];
|
|
6710
6716
|
};
|
|
6711
|
-
|
|
6712
|
-
|
|
6713
|
-
|
|
6714
|
-
};
|
|
6717
|
+
};
|
|
6718
|
+
readonly required: readonly ["type", "model"];
|
|
6719
|
+
readonly additionalProperties: false;
|
|
6720
|
+
}];
|
|
6715
6721
|
};
|
|
6716
6722
|
};
|
|
6717
|
-
|
|
6718
|
-
|
|
6719
|
-
|
|
6720
|
-
};
|
|
6721
|
-
}
|
|
6722
|
-
readonly type: "null";
|
|
6723
|
-
}];
|
|
6723
|
+
};
|
|
6724
|
+
readonly required: readonly ["name", "version", "interfaces", "schema", "fieldsMeta", "behavior", "uniqueFields"];
|
|
6725
|
+
readonly additionalProperties: false;
|
|
6726
|
+
}];
|
|
6727
|
+
};
|
|
6724
6728
|
};
|
|
6725
6729
|
readonly aliases: {
|
|
6726
6730
|
readonly type: "object";
|
|
@@ -6729,7 +6733,7 @@ export declare const graphProtocol: {
|
|
|
6729
6733
|
};
|
|
6730
6734
|
};
|
|
6731
6735
|
};
|
|
6732
|
-
readonly required: readonly ["
|
|
6736
|
+
readonly required: readonly ["record", "aliases"];
|
|
6733
6737
|
readonly additionalProperties: false;
|
|
6734
6738
|
};
|
|
6735
6739
|
};
|