@redocly/realm 0.135.0-next.7 → 0.136.0-next.0
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/CHANGELOG.md +83 -0
- package/dist/cli/build/analytics/collect-analytics.js +1 -1
- package/dist/cli/build/analytics/collectors/get-skills-usage.d.ts +3 -0
- package/dist/cli/build/analytics/collectors/get-skills-usage.js +1 -0
- package/dist/client/templates/openapi-docs/helpers.js +1 -1
- package/dist/constants/common.d.ts +8 -0
- package/dist/constants/common.js +1 -1
- package/dist/server/config/env-config.d.ts +2 -0
- package/dist/server/config/env-schema.d.ts +5 -0
- package/dist/server/config/env-schemas/feature-flags.d.ts +4 -0
- package/dist/server/config/env-schemas/feature-flags.js +1 -1
- package/dist/server/constants/plugins/search.d.ts +1 -2
- package/dist/server/constants/plugins/search.js +1 -1
- package/dist/server/esbuild/plugins/on-rebuild.js +1 -1
- package/dist/server/fs/fs.js +1 -1
- package/dist/server/plugins/catalog-entities/database/repositories/entities/entities-write-repository.js +1 -1
- package/dist/server/plugins/catalog-entities/extensions/extractors/api-description/arazzo-entities-extractor.js +1 -1
- package/dist/server/plugins/catalog-entities/extensions/extractors/api-description/asyncapi-entities-extractor.js +1 -1
- package/dist/server/plugins/catalog-entities/extensions/extractors/api-description/graphql-entities-extractor.js +2 -2
- package/dist/server/plugins/catalog-entities/extensions/extractors/api-description/openapi-entities-extractor.js +1 -1
- package/dist/server/plugins/config-parser/loaders/redocly-config-loader.js +1 -1
- package/dist/server/plugins/lifecycle.js +2 -2
- package/dist/server/plugins/mcp/{docs-mcp/codemode → codemode}/build-tool-type-declarations.d.ts +1 -1
- package/dist/server/plugins/mcp/codemode/capabilities/fetch/index.d.ts +4 -0
- package/dist/server/plugins/mcp/codemode/capabilities/fetch/index.js +4 -0
- package/dist/server/plugins/mcp/codemode/capabilities/index.d.ts +3 -0
- package/dist/server/plugins/mcp/codemode/capabilities/index.js +1 -0
- package/dist/server/plugins/mcp/codemode/capabilities/registry.d.ts +4 -0
- package/dist/server/plugins/mcp/codemode/capabilities/registry.js +1 -0
- package/dist/server/plugins/mcp/codemode/capabilities/types.d.ts +13 -0
- package/dist/server/plugins/mcp/codemode/capabilities/utils.d.ts +13 -0
- package/dist/server/plugins/mcp/codemode/capabilities/utils.js +7 -0
- package/dist/server/plugins/mcp/codemode/constants.d.ts +5 -0
- package/dist/server/plugins/mcp/codemode/constants.js +1 -0
- package/dist/server/plugins/mcp/codemode/invoke-tool.d.ts +4 -0
- package/dist/server/plugins/mcp/codemode/invoke-tool.js +1 -0
- package/dist/server/plugins/mcp/codemode/prompts.d.ts +6 -0
- package/dist/server/plugins/mcp/codemode/prompts.js +4 -0
- package/dist/server/plugins/mcp/codemode/sandbox/sandbox-polyfills.d.ts +3 -0
- package/dist/server/plugins/mcp/codemode/sandbox/sandbox-polyfills.js +100 -0
- package/dist/server/plugins/mcp/{docs-mcp/codemode → codemode/sandbox}/sandbox.d.ts +1 -1
- package/dist/server/plugins/mcp/codemode/sandbox/sandbox.js +15 -0
- package/dist/server/plugins/mcp/codemode/tools/describe-tools.d.ts +7 -0
- package/dist/server/plugins/mcp/codemode/tools/describe-tools.js +1 -0
- package/dist/server/plugins/mcp/codemode/tools/execute-schema.d.ts +5 -0
- package/dist/server/plugins/mcp/codemode/tools/execute-schema.js +1 -0
- package/dist/server/plugins/mcp/codemode/tools/execute.js +1 -0
- package/dist/server/plugins/mcp/codemode/types.d.ts +24 -0
- package/dist/server/plugins/mcp/codemode/types.js +0 -0
- package/dist/server/plugins/mcp/constants.d.ts +2 -0
- package/dist/server/plugins/mcp/constants.js +1 -1
- package/dist/server/plugins/mcp/docs-mcp/tool-schemas.d.ts +0 -4
- package/dist/server/plugins/mcp/docs-mcp/tool-schemas.js +1 -1
- package/dist/server/plugins/mcp/docs-mcp/tools/openapi/list-apis.js +1 -1
- package/dist/server/plugins/mcp/docs-mcp/utils.js +1 -1
- package/dist/server/plugins/mcp/gateway-mcp/eligibility.d.ts +30 -0
- package/dist/server/plugins/mcp/gateway-mcp/eligibility.js +1 -0
- package/dist/server/plugins/mcp/gateway-mcp/fetch/allowed-hosts.d.ts +13 -0
- package/dist/server/plugins/mcp/gateway-mcp/fetch/allowed-hosts.js +1 -0
- package/dist/server/plugins/mcp/gateway-mcp/fetch/fetch-bridge.d.ts +12 -0
- package/dist/server/plugins/mcp/gateway-mcp/fetch/fetch-bridge.js +1 -0
- package/dist/server/plugins/mcp/gateway-mcp/fetch/ssrf-guard.d.ts +9 -0
- package/dist/server/plugins/mcp/gateway-mcp/fetch/ssrf-guard.js +1 -0
- package/dist/server/plugins/mcp/gateway-mcp/fetch-capability.d.ts +6 -0
- package/dist/server/plugins/mcp/gateway-mcp/fetch-capability.js +1 -0
- package/dist/server/plugins/mcp/handlers/docs-mcp-handler.js +1 -1
- package/dist/server/plugins/mcp/handlers/errors.d.ts +3 -21
- package/dist/server/plugins/mcp/handlers/errors.js +1 -1
- package/dist/server/plugins/mcp/handlers/handle-mcp-request.js +1 -1
- package/dist/server/plugins/mcp/index.js +1 -1
- package/dist/server/plugins/mcp/servers/docs-server.d.ts +5 -10
- package/dist/server/plugins/mcp/servers/docs-server.js +1 -3
- package/dist/server/plugins/mcp/servers/mcp-server.d.ts +18 -0
- package/dist/server/plugins/mcp/servers/mcp-server.js +1 -0
- package/dist/server/plugins/mcp/types.d.ts +23 -8
- package/dist/server/plugins/mcp/utils/mode.d.ts +7 -0
- package/dist/server/plugins/mcp/utils/mode.js +1 -0
- package/dist/server/plugins/mcp/utils/xmcp-utils.d.ts +12 -60
- package/dist/server/plugins/mcp/utils/xmcp-utils.js +1 -1
- package/dist/server/plugins/mcp/utils.d.ts +8 -0
- package/dist/server/plugins/mcp/utils.js +1 -1
- package/dist/server/plugins/mcp/workers/execute-mcp-tool.js +1 -1
- package/dist/server/plugins/mcp/workers/mcp-tool-telemetry.d.ts +15 -3
- package/dist/server/plugins/mcp/workers/mcp-tool-telemetry.js +1 -1
- package/dist/server/plugins/openapi-docs/index.js +1 -1
- package/dist/server/plugins/search/engines/search-engine.d.ts +2 -1
- package/dist/server/plugins/search/index.js +1 -1
- package/dist/server/plugins/skills/discover-skills.d.ts +17 -0
- package/dist/server/plugins/skills/discover-skills.js +1 -0
- package/dist/server/plugins/skills/index.d.ts +3 -0
- package/dist/server/plugins/skills/index.js +1 -0
- package/dist/server/plugins/skills/utils/parse-skill.d.ts +18 -0
- package/dist/server/plugins/skills/utils/parse-skill.js +1 -0
- package/dist/server/plugins/sso/index.js +1 -1
- package/dist/server/store.d.ts +4 -0
- package/dist/server/store.js +1 -1
- package/dist/server/types/plugins/common.d.ts +3 -0
- package/dist/server/types/plugins/search.d.ts +0 -1
- package/dist/server/types/plugins/skills.d.ts +16 -0
- package/dist/server/types/plugins/skills.js +0 -0
- package/dist/server/utils/cookie.d.ts +3 -0
- package/dist/server/utils/cookie.js +1 -1
- package/dist/server/utils/skills/can-access-skill.d.ts +9 -0
- package/dist/server/utils/skills/can-access-skill.js +1 -0
- package/dist/server/utils/skills/get-accessible-skills.d.ts +5 -0
- package/dist/server/utils/skills/get-accessible-skills.js +1 -0
- package/dist/server/utils/skills/get-skill-url.d.ts +2 -0
- package/dist/server/utils/skills/get-skill-url.js +1 -0
- package/dist/server/web-server/auth.js +4 -4
- package/dist/server/web-server/middleware/corsMiddleware.d.ts +1 -0
- package/dist/server/web-server/middleware/corsMiddleware.js +1 -1
- package/dist/server/web-server/middleware/ensureSearchData.js +1 -1
- package/dist/server/web-server/routes/auth.js +1 -1
- package/dist/server/web-server/routes/catalog/helpers/create-entity-schema.d.ts +305 -256
- package/dist/server/web-server/routes/catalog/helpers/create-entity-update-schema.d.ts +46 -39
- package/dist/server/web-server/routes/health.js +1 -1
- package/dist/server/web-server/routes/index.js +1 -1
- package/dist/server/web-server/routes/mcp-routes/a2a.d.ts +10 -0
- package/dist/server/web-server/routes/mcp-routes/a2a.js +1 -0
- package/dist/server/web-server/routes/mcp-routes/agent-card.d.ts +4 -0
- package/dist/server/web-server/routes/mcp-routes/agent-card.js +1 -0
- package/dist/server/web-server/routes/mcp-routes/constants.d.ts +14 -0
- package/dist/server/web-server/routes/mcp-routes/constants.js +1 -0
- package/dist/server/web-server/routes/mcp-routes/mcp-routes.d.ts +1 -1
- package/dist/server/web-server/routes/mcp-routes/mcp-routes.js +1 -1
- package/dist/server/web-server/routes/mcp-routes/mcp-server-card.d.ts +4 -0
- package/dist/server/web-server/routes/mcp-routes/mcp-server-card.js +1 -0
- package/dist/server/web-server/routes/mcp-routes/types.d.ts +34 -0
- package/dist/server/web-server/routes/mcp-routes/types.js +0 -0
- package/dist/server/web-server/routes/mcp-routes/utils/build-agent-card.d.ts +10 -0
- package/dist/server/web-server/routes/mcp-routes/utils/build-agent-card.js +1 -0
- package/dist/server/web-server/routes/page-data.js +1 -1
- package/dist/server/web-server/routes/skills/build-skills-index.d.ts +4 -0
- package/dist/server/web-server/routes/skills/build-skills-index.js +1 -0
- package/dist/server/web-server/routes/skills/constants.d.ts +4 -0
- package/dist/server/web-server/routes/skills/constants.js +1 -0
- package/dist/server/web-server/routes/skills/skill-markdown.d.ts +4 -0
- package/dist/server/web-server/routes/skills/skill-markdown.js +1 -0
- package/dist/server/web-server/routes/skills/skills-index.d.ts +4 -0
- package/dist/server/web-server/routes/skills/skills-index.js +1 -0
- package/dist/server/web-server/routes/skills/skills-routes.d.ts +4 -0
- package/dist/server/web-server/routes/skills/skills-routes.js +1 -0
- package/dist/server/web-server/routes/skills/types.d.ts +12 -0
- package/dist/server/web-server/routes/skills/types.js +0 -0
- package/dist/server/web-server/utils/resolve-public-base-url.d.ts +4 -0
- package/dist/server/web-server/utils/resolve-public-base-url.js +1 -0
- package/dist/server/web-server/utils.js +1 -1
- package/dist/server/workers/api-routes-worker-pool.js +1 -1
- package/dist/server/workers/mcp-tool-worker-pool.js +1 -1
- package/dist/server/workers/scorecards-worker-pool.js +1 -1
- package/dist/server/workers/worker-pool.d.ts +1 -0
- package/dist/server/workers/worker-pool.js +1 -1
- package/package.json +10 -10
- package/dist/server/plugins/mcp/docs-mcp/codemode/prompts.d.ts +0 -5
- package/dist/server/plugins/mcp/docs-mcp/codemode/prompts.js +0 -4
- package/dist/server/plugins/mcp/docs-mcp/codemode/sandbox.js +0 -7
- package/dist/server/plugins/mcp/docs-mcp/codemode/types.d.ts +0 -9
- package/dist/server/plugins/mcp/docs-mcp/tools/execute.js +0 -1
- package/dist/server/plugins/mcp/mode.d.ts +0 -9
- package/dist/server/plugins/mcp/mode.js +0 -1
- /package/dist/server/plugins/mcp/{docs-mcp/codemode → codemode}/build-tool-type-declarations.js +0 -0
- /package/dist/server/plugins/mcp/{docs-mcp/codemode → codemode/capabilities}/types.js +0 -0
- /package/dist/server/plugins/mcp/{docs-mcp → codemode}/tools/execute.d.ts +0 -0
|
@@ -63,12 +63,12 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
63
63
|
readonly type: 'string';
|
|
64
64
|
};
|
|
65
65
|
};
|
|
66
|
-
readonly required: readonly [
|
|
66
|
+
readonly required: readonly ["name"];
|
|
67
67
|
readonly additionalProperties: false;
|
|
68
68
|
};
|
|
69
69
|
};
|
|
70
70
|
};
|
|
71
|
-
readonly required: readonly [
|
|
71
|
+
readonly required: readonly ["channels"];
|
|
72
72
|
readonly additionalProperties: false;
|
|
73
73
|
};
|
|
74
74
|
};
|
|
@@ -90,7 +90,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
90
90
|
readonly type: 'string';
|
|
91
91
|
};
|
|
92
92
|
};
|
|
93
|
-
readonly required: readonly [
|
|
93
|
+
readonly required: readonly ["label", "url"];
|
|
94
94
|
readonly additionalProperties: false;
|
|
95
95
|
};
|
|
96
96
|
};
|
|
@@ -117,7 +117,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
117
117
|
readonly type: 'string';
|
|
118
118
|
};
|
|
119
119
|
};
|
|
120
|
-
readonly required: readonly [
|
|
120
|
+
readonly required: readonly ["type", "key"];
|
|
121
121
|
readonly additionalProperties: false;
|
|
122
122
|
};
|
|
123
123
|
};
|
|
@@ -156,7 +156,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
156
156
|
additionalProperties: boolean;
|
|
157
157
|
} | {
|
|
158
158
|
type: 'object';
|
|
159
|
-
required: readonly [
|
|
159
|
+
required: readonly ["key", "title", "type", "metadata"];
|
|
160
160
|
additionalProperties: false;
|
|
161
161
|
nodeTypeName: "UserEntity";
|
|
162
162
|
properties: {
|
|
@@ -216,12 +216,12 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
216
216
|
readonly type: 'string';
|
|
217
217
|
};
|
|
218
218
|
};
|
|
219
|
-
readonly required: readonly [
|
|
219
|
+
readonly required: readonly ["name"];
|
|
220
220
|
readonly additionalProperties: false;
|
|
221
221
|
};
|
|
222
222
|
};
|
|
223
223
|
};
|
|
224
|
-
readonly required: readonly [
|
|
224
|
+
readonly required: readonly ["channels"];
|
|
225
225
|
readonly additionalProperties: false;
|
|
226
226
|
};
|
|
227
227
|
};
|
|
@@ -243,7 +243,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
243
243
|
readonly type: 'string';
|
|
244
244
|
};
|
|
245
245
|
};
|
|
246
|
-
readonly required: readonly [
|
|
246
|
+
readonly required: readonly ["label", "url"];
|
|
247
247
|
readonly additionalProperties: false;
|
|
248
248
|
};
|
|
249
249
|
};
|
|
@@ -270,11 +270,12 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
270
270
|
readonly type: 'string';
|
|
271
271
|
};
|
|
272
272
|
};
|
|
273
|
-
readonly required: readonly [
|
|
273
|
+
readonly required: readonly ["type", "key"];
|
|
274
274
|
readonly additionalProperties: false;
|
|
275
275
|
};
|
|
276
276
|
};
|
|
277
277
|
type: {
|
|
278
|
+
readonly type: 'string';
|
|
278
279
|
readonly const: 'user';
|
|
279
280
|
};
|
|
280
281
|
metadata: {
|
|
@@ -286,7 +287,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
286
287
|
readonly description: 'Email of the user';
|
|
287
288
|
};
|
|
288
289
|
};
|
|
289
|
-
readonly required: readonly [
|
|
290
|
+
readonly required: readonly ["email"];
|
|
290
291
|
readonly additionalProperties: true;
|
|
291
292
|
};
|
|
292
293
|
} | {
|
|
@@ -346,12 +347,12 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
346
347
|
readonly type: 'string';
|
|
347
348
|
};
|
|
348
349
|
};
|
|
349
|
-
readonly required: readonly [
|
|
350
|
+
readonly required: readonly ["name"];
|
|
350
351
|
readonly additionalProperties: false;
|
|
351
352
|
};
|
|
352
353
|
};
|
|
353
354
|
};
|
|
354
|
-
readonly required: readonly [
|
|
355
|
+
readonly required: readonly ["channels"];
|
|
355
356
|
readonly additionalProperties: false;
|
|
356
357
|
};
|
|
357
358
|
};
|
|
@@ -373,7 +374,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
373
374
|
readonly type: 'string';
|
|
374
375
|
};
|
|
375
376
|
};
|
|
376
|
-
readonly required: readonly [
|
|
377
|
+
readonly required: readonly ["label", "url"];
|
|
377
378
|
readonly additionalProperties: false;
|
|
378
379
|
};
|
|
379
380
|
};
|
|
@@ -400,11 +401,12 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
400
401
|
readonly type: 'string';
|
|
401
402
|
};
|
|
402
403
|
};
|
|
403
|
-
readonly required: readonly [
|
|
404
|
+
readonly required: readonly ["type", "key"];
|
|
404
405
|
readonly additionalProperties: false;
|
|
405
406
|
};
|
|
406
407
|
};
|
|
407
408
|
type: {
|
|
409
|
+
readonly type: 'string';
|
|
408
410
|
readonly const: 'api-operation';
|
|
409
411
|
};
|
|
410
412
|
metadata: {
|
|
@@ -413,7 +415,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
413
415
|
readonly properties: {
|
|
414
416
|
readonly method: {
|
|
415
417
|
readonly type: 'string';
|
|
416
|
-
readonly enum: readonly [
|
|
418
|
+
readonly enum: readonly ["GET", "POST", "PUT", "DELETE", "PATCH", "MUTATION", "QUERY", "SUBSCRIBE", "PUBLISH"];
|
|
417
419
|
readonly description: 'HTTP method of the API operation';
|
|
418
420
|
};
|
|
419
421
|
readonly path: {
|
|
@@ -435,7 +437,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
435
437
|
};
|
|
436
438
|
};
|
|
437
439
|
};
|
|
438
|
-
readonly required: readonly [
|
|
440
|
+
readonly required: readonly ["method", "path"];
|
|
439
441
|
readonly additionalProperties: true;
|
|
440
442
|
};
|
|
441
443
|
} | {
|
|
@@ -495,12 +497,12 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
495
497
|
readonly type: 'string';
|
|
496
498
|
};
|
|
497
499
|
};
|
|
498
|
-
readonly required: readonly [
|
|
500
|
+
readonly required: readonly ["name"];
|
|
499
501
|
readonly additionalProperties: false;
|
|
500
502
|
};
|
|
501
503
|
};
|
|
502
504
|
};
|
|
503
|
-
readonly required: readonly [
|
|
505
|
+
readonly required: readonly ["channels"];
|
|
504
506
|
readonly additionalProperties: false;
|
|
505
507
|
};
|
|
506
508
|
};
|
|
@@ -522,7 +524,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
522
524
|
readonly type: 'string';
|
|
523
525
|
};
|
|
524
526
|
};
|
|
525
|
-
readonly required: readonly [
|
|
527
|
+
readonly required: readonly ["label", "url"];
|
|
526
528
|
readonly additionalProperties: false;
|
|
527
529
|
};
|
|
528
530
|
};
|
|
@@ -549,11 +551,12 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
549
551
|
readonly type: 'string';
|
|
550
552
|
};
|
|
551
553
|
};
|
|
552
|
-
readonly required: readonly [
|
|
554
|
+
readonly required: readonly ["type", "key"];
|
|
553
555
|
readonly additionalProperties: false;
|
|
554
556
|
};
|
|
555
557
|
};
|
|
556
558
|
type: {
|
|
559
|
+
readonly type: 'string';
|
|
557
560
|
readonly const: 'data-schema';
|
|
558
561
|
};
|
|
559
562
|
metadata: {
|
|
@@ -562,7 +565,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
562
565
|
readonly properties: {
|
|
563
566
|
readonly specType: {
|
|
564
567
|
readonly type: 'string';
|
|
565
|
-
readonly enum: readonly [
|
|
568
|
+
readonly enum: readonly ["jsonschema", "openapi", "asyncapi", "avro", "zod", "graphql", "protobuf", "arazzo"];
|
|
566
569
|
readonly description: 'Specification type of the data schema';
|
|
567
570
|
};
|
|
568
571
|
readonly schema: {
|
|
@@ -574,7 +577,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
574
577
|
readonly description: 'SDL of the data structure';
|
|
575
578
|
};
|
|
576
579
|
};
|
|
577
|
-
readonly required: readonly [
|
|
580
|
+
readonly required: readonly ["specType"];
|
|
578
581
|
readonly additionalProperties: true;
|
|
579
582
|
};
|
|
580
583
|
} | {
|
|
@@ -634,12 +637,12 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
634
637
|
readonly type: 'string';
|
|
635
638
|
};
|
|
636
639
|
};
|
|
637
|
-
readonly required: readonly [
|
|
640
|
+
readonly required: readonly ["name"];
|
|
638
641
|
readonly additionalProperties: false;
|
|
639
642
|
};
|
|
640
643
|
};
|
|
641
644
|
};
|
|
642
|
-
readonly required: readonly [
|
|
645
|
+
readonly required: readonly ["channels"];
|
|
643
646
|
readonly additionalProperties: false;
|
|
644
647
|
};
|
|
645
648
|
};
|
|
@@ -661,7 +664,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
661
664
|
readonly type: 'string';
|
|
662
665
|
};
|
|
663
666
|
};
|
|
664
|
-
readonly required: readonly [
|
|
667
|
+
readonly required: readonly ["label", "url"];
|
|
665
668
|
readonly additionalProperties: false;
|
|
666
669
|
};
|
|
667
670
|
};
|
|
@@ -688,11 +691,12 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
688
691
|
readonly type: 'string';
|
|
689
692
|
};
|
|
690
693
|
};
|
|
691
|
-
readonly required: readonly [
|
|
694
|
+
readonly required: readonly ["type", "key"];
|
|
692
695
|
readonly additionalProperties: false;
|
|
693
696
|
};
|
|
694
697
|
};
|
|
695
698
|
type: {
|
|
699
|
+
readonly type: 'string';
|
|
696
700
|
readonly const: 'api-description';
|
|
697
701
|
};
|
|
698
702
|
metadata: {
|
|
@@ -701,7 +705,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
701
705
|
readonly properties: {
|
|
702
706
|
readonly specType: {
|
|
703
707
|
readonly type: 'string';
|
|
704
|
-
readonly enum: readonly [
|
|
708
|
+
readonly enum: readonly ["jsonschema", "openapi", "asyncapi", "avro", "zod", "graphql", "protobuf", "arazzo"];
|
|
705
709
|
readonly description: 'Type of the API description';
|
|
706
710
|
};
|
|
707
711
|
readonly descriptionFile: {
|
|
@@ -709,7 +713,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
709
713
|
readonly description: 'Path to the file containing the API description';
|
|
710
714
|
};
|
|
711
715
|
};
|
|
712
|
-
readonly required: readonly [
|
|
716
|
+
readonly required: readonly ["specType", "descriptionFile"];
|
|
713
717
|
readonly additionalProperties: true;
|
|
714
718
|
};
|
|
715
719
|
} | {
|
|
@@ -769,12 +773,12 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
769
773
|
readonly type: 'string';
|
|
770
774
|
};
|
|
771
775
|
};
|
|
772
|
-
readonly required: readonly [
|
|
776
|
+
readonly required: readonly ["name"];
|
|
773
777
|
readonly additionalProperties: false;
|
|
774
778
|
};
|
|
775
779
|
};
|
|
776
780
|
};
|
|
777
|
-
readonly required: readonly [
|
|
781
|
+
readonly required: readonly ["channels"];
|
|
778
782
|
readonly additionalProperties: false;
|
|
779
783
|
};
|
|
780
784
|
};
|
|
@@ -796,7 +800,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
796
800
|
readonly type: 'string';
|
|
797
801
|
};
|
|
798
802
|
};
|
|
799
|
-
readonly required: readonly [
|
|
803
|
+
readonly required: readonly ["label", "url"];
|
|
800
804
|
readonly additionalProperties: false;
|
|
801
805
|
};
|
|
802
806
|
};
|
|
@@ -823,7 +827,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
823
827
|
readonly type: 'string';
|
|
824
828
|
};
|
|
825
829
|
};
|
|
826
|
-
readonly required: readonly [
|
|
830
|
+
readonly required: readonly ["type", "key"];
|
|
827
831
|
readonly additionalProperties: false;
|
|
828
832
|
};
|
|
829
833
|
};
|
|
@@ -834,6 +838,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
834
838
|
readonly additionalProperties: true;
|
|
835
839
|
};
|
|
836
840
|
type: {
|
|
841
|
+
readonly type: 'string';
|
|
837
842
|
readonly const: 'service';
|
|
838
843
|
};
|
|
839
844
|
} | {
|
|
@@ -893,12 +898,12 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
893
898
|
readonly type: 'string';
|
|
894
899
|
};
|
|
895
900
|
};
|
|
896
|
-
readonly required: readonly [
|
|
901
|
+
readonly required: readonly ["name"];
|
|
897
902
|
readonly additionalProperties: false;
|
|
898
903
|
};
|
|
899
904
|
};
|
|
900
905
|
};
|
|
901
|
-
readonly required: readonly [
|
|
906
|
+
readonly required: readonly ["channels"];
|
|
902
907
|
readonly additionalProperties: false;
|
|
903
908
|
};
|
|
904
909
|
};
|
|
@@ -920,7 +925,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
920
925
|
readonly type: 'string';
|
|
921
926
|
};
|
|
922
927
|
};
|
|
923
|
-
readonly required: readonly [
|
|
928
|
+
readonly required: readonly ["label", "url"];
|
|
924
929
|
readonly additionalProperties: false;
|
|
925
930
|
};
|
|
926
931
|
};
|
|
@@ -947,7 +952,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
947
952
|
readonly type: 'string';
|
|
948
953
|
};
|
|
949
954
|
};
|
|
950
|
-
readonly required: readonly [
|
|
955
|
+
readonly required: readonly ["type", "key"];
|
|
951
956
|
readonly additionalProperties: false;
|
|
952
957
|
};
|
|
953
958
|
};
|
|
@@ -958,6 +963,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
958
963
|
readonly additionalProperties: true;
|
|
959
964
|
};
|
|
960
965
|
type: {
|
|
966
|
+
readonly type: 'string';
|
|
961
967
|
readonly const: 'domain';
|
|
962
968
|
};
|
|
963
969
|
} | {
|
|
@@ -1017,12 +1023,12 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
1017
1023
|
readonly type: 'string';
|
|
1018
1024
|
};
|
|
1019
1025
|
};
|
|
1020
|
-
readonly required: readonly [
|
|
1026
|
+
readonly required: readonly ["name"];
|
|
1021
1027
|
readonly additionalProperties: false;
|
|
1022
1028
|
};
|
|
1023
1029
|
};
|
|
1024
1030
|
};
|
|
1025
|
-
readonly required: readonly [
|
|
1031
|
+
readonly required: readonly ["channels"];
|
|
1026
1032
|
readonly additionalProperties: false;
|
|
1027
1033
|
};
|
|
1028
1034
|
};
|
|
@@ -1044,7 +1050,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
1044
1050
|
readonly type: 'string';
|
|
1045
1051
|
};
|
|
1046
1052
|
};
|
|
1047
|
-
readonly required: readonly [
|
|
1053
|
+
readonly required: readonly ["label", "url"];
|
|
1048
1054
|
readonly additionalProperties: false;
|
|
1049
1055
|
};
|
|
1050
1056
|
};
|
|
@@ -1071,7 +1077,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
1071
1077
|
readonly type: 'string';
|
|
1072
1078
|
};
|
|
1073
1079
|
};
|
|
1074
|
-
readonly required: readonly [
|
|
1080
|
+
readonly required: readonly ["type", "key"];
|
|
1075
1081
|
readonly additionalProperties: false;
|
|
1076
1082
|
};
|
|
1077
1083
|
};
|
|
@@ -1082,13 +1088,14 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
1082
1088
|
readonly additionalProperties: true;
|
|
1083
1089
|
};
|
|
1084
1090
|
type: {
|
|
1091
|
+
readonly type: 'string';
|
|
1085
1092
|
readonly const: 'team';
|
|
1086
1093
|
};
|
|
1087
1094
|
};
|
|
1088
1095
|
} | {
|
|
1089
1096
|
type: 'object';
|
|
1090
1097
|
nodeTypeName: "ApiOperationEntity";
|
|
1091
|
-
required: readonly [
|
|
1098
|
+
required: readonly ["key", "title", "type", "metadata"];
|
|
1092
1099
|
additionalProperties: false;
|
|
1093
1100
|
properties: {
|
|
1094
1101
|
version: {
|
|
@@ -1147,12 +1154,12 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
1147
1154
|
readonly type: 'string';
|
|
1148
1155
|
};
|
|
1149
1156
|
};
|
|
1150
|
-
readonly required: readonly [
|
|
1157
|
+
readonly required: readonly ["name"];
|
|
1151
1158
|
readonly additionalProperties: false;
|
|
1152
1159
|
};
|
|
1153
1160
|
};
|
|
1154
1161
|
};
|
|
1155
|
-
readonly required: readonly [
|
|
1162
|
+
readonly required: readonly ["channels"];
|
|
1156
1163
|
readonly additionalProperties: false;
|
|
1157
1164
|
};
|
|
1158
1165
|
};
|
|
@@ -1174,7 +1181,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
1174
1181
|
readonly type: 'string';
|
|
1175
1182
|
};
|
|
1176
1183
|
};
|
|
1177
|
-
readonly required: readonly [
|
|
1184
|
+
readonly required: readonly ["label", "url"];
|
|
1178
1185
|
readonly additionalProperties: false;
|
|
1179
1186
|
};
|
|
1180
1187
|
};
|
|
@@ -1201,11 +1208,12 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
1201
1208
|
readonly type: 'string';
|
|
1202
1209
|
};
|
|
1203
1210
|
};
|
|
1204
|
-
readonly required: readonly [
|
|
1211
|
+
readonly required: readonly ["type", "key"];
|
|
1205
1212
|
readonly additionalProperties: false;
|
|
1206
1213
|
};
|
|
1207
1214
|
};
|
|
1208
1215
|
type: {
|
|
1216
|
+
readonly type: 'string';
|
|
1209
1217
|
readonly const: 'user';
|
|
1210
1218
|
};
|
|
1211
1219
|
metadata: {
|
|
@@ -1217,7 +1225,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
1217
1225
|
readonly description: 'Email of the user';
|
|
1218
1226
|
};
|
|
1219
1227
|
};
|
|
1220
|
-
readonly required: readonly [
|
|
1228
|
+
readonly required: readonly ["email"];
|
|
1221
1229
|
readonly additionalProperties: true;
|
|
1222
1230
|
};
|
|
1223
1231
|
} | {
|
|
@@ -1277,12 +1285,12 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
1277
1285
|
readonly type: 'string';
|
|
1278
1286
|
};
|
|
1279
1287
|
};
|
|
1280
|
-
readonly required: readonly [
|
|
1288
|
+
readonly required: readonly ["name"];
|
|
1281
1289
|
readonly additionalProperties: false;
|
|
1282
1290
|
};
|
|
1283
1291
|
};
|
|
1284
1292
|
};
|
|
1285
|
-
readonly required: readonly [
|
|
1293
|
+
readonly required: readonly ["channels"];
|
|
1286
1294
|
readonly additionalProperties: false;
|
|
1287
1295
|
};
|
|
1288
1296
|
};
|
|
@@ -1304,7 +1312,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
1304
1312
|
readonly type: 'string';
|
|
1305
1313
|
};
|
|
1306
1314
|
};
|
|
1307
|
-
readonly required: readonly [
|
|
1315
|
+
readonly required: readonly ["label", "url"];
|
|
1308
1316
|
readonly additionalProperties: false;
|
|
1309
1317
|
};
|
|
1310
1318
|
};
|
|
@@ -1331,11 +1339,12 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
1331
1339
|
readonly type: 'string';
|
|
1332
1340
|
};
|
|
1333
1341
|
};
|
|
1334
|
-
readonly required: readonly [
|
|
1342
|
+
readonly required: readonly ["type", "key"];
|
|
1335
1343
|
readonly additionalProperties: false;
|
|
1336
1344
|
};
|
|
1337
1345
|
};
|
|
1338
1346
|
type: {
|
|
1347
|
+
readonly type: 'string';
|
|
1339
1348
|
readonly const: 'api-operation';
|
|
1340
1349
|
};
|
|
1341
1350
|
metadata: {
|
|
@@ -1344,7 +1353,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
1344
1353
|
readonly properties: {
|
|
1345
1354
|
readonly method: {
|
|
1346
1355
|
readonly type: 'string';
|
|
1347
|
-
readonly enum: readonly [
|
|
1356
|
+
readonly enum: readonly ["GET", "POST", "PUT", "DELETE", "PATCH", "MUTATION", "QUERY", "SUBSCRIBE", "PUBLISH"];
|
|
1348
1357
|
readonly description: 'HTTP method of the API operation';
|
|
1349
1358
|
};
|
|
1350
1359
|
readonly path: {
|
|
@@ -1366,7 +1375,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
1366
1375
|
};
|
|
1367
1376
|
};
|
|
1368
1377
|
};
|
|
1369
|
-
readonly required: readonly [
|
|
1378
|
+
readonly required: readonly ["method", "path"];
|
|
1370
1379
|
readonly additionalProperties: true;
|
|
1371
1380
|
};
|
|
1372
1381
|
} | {
|
|
@@ -1426,12 +1435,12 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
1426
1435
|
readonly type: 'string';
|
|
1427
1436
|
};
|
|
1428
1437
|
};
|
|
1429
|
-
readonly required: readonly [
|
|
1438
|
+
readonly required: readonly ["name"];
|
|
1430
1439
|
readonly additionalProperties: false;
|
|
1431
1440
|
};
|
|
1432
1441
|
};
|
|
1433
1442
|
};
|
|
1434
|
-
readonly required: readonly [
|
|
1443
|
+
readonly required: readonly ["channels"];
|
|
1435
1444
|
readonly additionalProperties: false;
|
|
1436
1445
|
};
|
|
1437
1446
|
};
|
|
@@ -1453,7 +1462,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
1453
1462
|
readonly type: 'string';
|
|
1454
1463
|
};
|
|
1455
1464
|
};
|
|
1456
|
-
readonly required: readonly [
|
|
1465
|
+
readonly required: readonly ["label", "url"];
|
|
1457
1466
|
readonly additionalProperties: false;
|
|
1458
1467
|
};
|
|
1459
1468
|
};
|
|
@@ -1480,11 +1489,12 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
1480
1489
|
readonly type: 'string';
|
|
1481
1490
|
};
|
|
1482
1491
|
};
|
|
1483
|
-
readonly required: readonly [
|
|
1492
|
+
readonly required: readonly ["type", "key"];
|
|
1484
1493
|
readonly additionalProperties: false;
|
|
1485
1494
|
};
|
|
1486
1495
|
};
|
|
1487
1496
|
type: {
|
|
1497
|
+
readonly type: 'string';
|
|
1488
1498
|
readonly const: 'data-schema';
|
|
1489
1499
|
};
|
|
1490
1500
|
metadata: {
|
|
@@ -1493,7 +1503,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
1493
1503
|
readonly properties: {
|
|
1494
1504
|
readonly specType: {
|
|
1495
1505
|
readonly type: 'string';
|
|
1496
|
-
readonly enum: readonly [
|
|
1506
|
+
readonly enum: readonly ["jsonschema", "openapi", "asyncapi", "avro", "zod", "graphql", "protobuf", "arazzo"];
|
|
1497
1507
|
readonly description: 'Specification type of the data schema';
|
|
1498
1508
|
};
|
|
1499
1509
|
readonly schema: {
|
|
@@ -1505,7 +1515,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
1505
1515
|
readonly description: 'SDL of the data structure';
|
|
1506
1516
|
};
|
|
1507
1517
|
};
|
|
1508
|
-
readonly required: readonly [
|
|
1518
|
+
readonly required: readonly ["specType"];
|
|
1509
1519
|
readonly additionalProperties: true;
|
|
1510
1520
|
};
|
|
1511
1521
|
} | {
|
|
@@ -1565,12 +1575,12 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
1565
1575
|
readonly type: 'string';
|
|
1566
1576
|
};
|
|
1567
1577
|
};
|
|
1568
|
-
readonly required: readonly [
|
|
1578
|
+
readonly required: readonly ["name"];
|
|
1569
1579
|
readonly additionalProperties: false;
|
|
1570
1580
|
};
|
|
1571
1581
|
};
|
|
1572
1582
|
};
|
|
1573
|
-
readonly required: readonly [
|
|
1583
|
+
readonly required: readonly ["channels"];
|
|
1574
1584
|
readonly additionalProperties: false;
|
|
1575
1585
|
};
|
|
1576
1586
|
};
|
|
@@ -1592,7 +1602,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
1592
1602
|
readonly type: 'string';
|
|
1593
1603
|
};
|
|
1594
1604
|
};
|
|
1595
|
-
readonly required: readonly [
|
|
1605
|
+
readonly required: readonly ["label", "url"];
|
|
1596
1606
|
readonly additionalProperties: false;
|
|
1597
1607
|
};
|
|
1598
1608
|
};
|
|
@@ -1619,11 +1629,12 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
1619
1629
|
readonly type: 'string';
|
|
1620
1630
|
};
|
|
1621
1631
|
};
|
|
1622
|
-
readonly required: readonly [
|
|
1632
|
+
readonly required: readonly ["type", "key"];
|
|
1623
1633
|
readonly additionalProperties: false;
|
|
1624
1634
|
};
|
|
1625
1635
|
};
|
|
1626
1636
|
type: {
|
|
1637
|
+
readonly type: 'string';
|
|
1627
1638
|
readonly const: 'api-description';
|
|
1628
1639
|
};
|
|
1629
1640
|
metadata: {
|
|
@@ -1632,7 +1643,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
1632
1643
|
readonly properties: {
|
|
1633
1644
|
readonly specType: {
|
|
1634
1645
|
readonly type: 'string';
|
|
1635
|
-
readonly enum: readonly [
|
|
1646
|
+
readonly enum: readonly ["jsonschema", "openapi", "asyncapi", "avro", "zod", "graphql", "protobuf", "arazzo"];
|
|
1636
1647
|
readonly description: 'Type of the API description';
|
|
1637
1648
|
};
|
|
1638
1649
|
readonly descriptionFile: {
|
|
@@ -1640,7 +1651,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
1640
1651
|
readonly description: 'Path to the file containing the API description';
|
|
1641
1652
|
};
|
|
1642
1653
|
};
|
|
1643
|
-
readonly required: readonly [
|
|
1654
|
+
readonly required: readonly ["specType", "descriptionFile"];
|
|
1644
1655
|
readonly additionalProperties: true;
|
|
1645
1656
|
};
|
|
1646
1657
|
} | {
|
|
@@ -1700,12 +1711,12 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
1700
1711
|
readonly type: 'string';
|
|
1701
1712
|
};
|
|
1702
1713
|
};
|
|
1703
|
-
readonly required: readonly [
|
|
1714
|
+
readonly required: readonly ["name"];
|
|
1704
1715
|
readonly additionalProperties: false;
|
|
1705
1716
|
};
|
|
1706
1717
|
};
|
|
1707
1718
|
};
|
|
1708
|
-
readonly required: readonly [
|
|
1719
|
+
readonly required: readonly ["channels"];
|
|
1709
1720
|
readonly additionalProperties: false;
|
|
1710
1721
|
};
|
|
1711
1722
|
};
|
|
@@ -1727,7 +1738,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
1727
1738
|
readonly type: 'string';
|
|
1728
1739
|
};
|
|
1729
1740
|
};
|
|
1730
|
-
readonly required: readonly [
|
|
1741
|
+
readonly required: readonly ["label", "url"];
|
|
1731
1742
|
readonly additionalProperties: false;
|
|
1732
1743
|
};
|
|
1733
1744
|
};
|
|
@@ -1754,7 +1765,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
1754
1765
|
readonly type: 'string';
|
|
1755
1766
|
};
|
|
1756
1767
|
};
|
|
1757
|
-
readonly required: readonly [
|
|
1768
|
+
readonly required: readonly ["type", "key"];
|
|
1758
1769
|
readonly additionalProperties: false;
|
|
1759
1770
|
};
|
|
1760
1771
|
};
|
|
@@ -1765,6 +1776,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
1765
1776
|
readonly additionalProperties: true;
|
|
1766
1777
|
};
|
|
1767
1778
|
type: {
|
|
1779
|
+
readonly type: 'string';
|
|
1768
1780
|
readonly const: 'service';
|
|
1769
1781
|
};
|
|
1770
1782
|
} | {
|
|
@@ -1824,12 +1836,12 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
1824
1836
|
readonly type: 'string';
|
|
1825
1837
|
};
|
|
1826
1838
|
};
|
|
1827
|
-
readonly required: readonly [
|
|
1839
|
+
readonly required: readonly ["name"];
|
|
1828
1840
|
readonly additionalProperties: false;
|
|
1829
1841
|
};
|
|
1830
1842
|
};
|
|
1831
1843
|
};
|
|
1832
|
-
readonly required: readonly [
|
|
1844
|
+
readonly required: readonly ["channels"];
|
|
1833
1845
|
readonly additionalProperties: false;
|
|
1834
1846
|
};
|
|
1835
1847
|
};
|
|
@@ -1851,7 +1863,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
1851
1863
|
readonly type: 'string';
|
|
1852
1864
|
};
|
|
1853
1865
|
};
|
|
1854
|
-
readonly required: readonly [
|
|
1866
|
+
readonly required: readonly ["label", "url"];
|
|
1855
1867
|
readonly additionalProperties: false;
|
|
1856
1868
|
};
|
|
1857
1869
|
};
|
|
@@ -1878,7 +1890,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
1878
1890
|
readonly type: 'string';
|
|
1879
1891
|
};
|
|
1880
1892
|
};
|
|
1881
|
-
readonly required: readonly [
|
|
1893
|
+
readonly required: readonly ["type", "key"];
|
|
1882
1894
|
readonly additionalProperties: false;
|
|
1883
1895
|
};
|
|
1884
1896
|
};
|
|
@@ -1889,6 +1901,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
1889
1901
|
readonly additionalProperties: true;
|
|
1890
1902
|
};
|
|
1891
1903
|
type: {
|
|
1904
|
+
readonly type: 'string';
|
|
1892
1905
|
readonly const: 'domain';
|
|
1893
1906
|
};
|
|
1894
1907
|
} | {
|
|
@@ -1948,12 +1961,12 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
1948
1961
|
readonly type: 'string';
|
|
1949
1962
|
};
|
|
1950
1963
|
};
|
|
1951
|
-
readonly required: readonly [
|
|
1964
|
+
readonly required: readonly ["name"];
|
|
1952
1965
|
readonly additionalProperties: false;
|
|
1953
1966
|
};
|
|
1954
1967
|
};
|
|
1955
1968
|
};
|
|
1956
|
-
readonly required: readonly [
|
|
1969
|
+
readonly required: readonly ["channels"];
|
|
1957
1970
|
readonly additionalProperties: false;
|
|
1958
1971
|
};
|
|
1959
1972
|
};
|
|
@@ -1975,7 +1988,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
1975
1988
|
readonly type: 'string';
|
|
1976
1989
|
};
|
|
1977
1990
|
};
|
|
1978
|
-
readonly required: readonly [
|
|
1991
|
+
readonly required: readonly ["label", "url"];
|
|
1979
1992
|
readonly additionalProperties: false;
|
|
1980
1993
|
};
|
|
1981
1994
|
};
|
|
@@ -2002,7 +2015,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
2002
2015
|
readonly type: 'string';
|
|
2003
2016
|
};
|
|
2004
2017
|
};
|
|
2005
|
-
readonly required: readonly [
|
|
2018
|
+
readonly required: readonly ["type", "key"];
|
|
2006
2019
|
readonly additionalProperties: false;
|
|
2007
2020
|
};
|
|
2008
2021
|
};
|
|
@@ -2013,13 +2026,14 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
2013
2026
|
readonly additionalProperties: true;
|
|
2014
2027
|
};
|
|
2015
2028
|
type: {
|
|
2029
|
+
readonly type: 'string';
|
|
2016
2030
|
readonly const: 'team';
|
|
2017
2031
|
};
|
|
2018
2032
|
};
|
|
2019
2033
|
} | {
|
|
2020
2034
|
type: 'object';
|
|
2021
2035
|
nodeTypeName: "DataSchemaEntity";
|
|
2022
|
-
required: readonly [
|
|
2036
|
+
required: readonly ["key", "title", "type", "metadata"];
|
|
2023
2037
|
additionalProperties: false;
|
|
2024
2038
|
properties: {
|
|
2025
2039
|
version: {
|
|
@@ -2078,12 +2092,12 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
2078
2092
|
readonly type: 'string';
|
|
2079
2093
|
};
|
|
2080
2094
|
};
|
|
2081
|
-
readonly required: readonly [
|
|
2095
|
+
readonly required: readonly ["name"];
|
|
2082
2096
|
readonly additionalProperties: false;
|
|
2083
2097
|
};
|
|
2084
2098
|
};
|
|
2085
2099
|
};
|
|
2086
|
-
readonly required: readonly [
|
|
2100
|
+
readonly required: readonly ["channels"];
|
|
2087
2101
|
readonly additionalProperties: false;
|
|
2088
2102
|
};
|
|
2089
2103
|
};
|
|
@@ -2105,7 +2119,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
2105
2119
|
readonly type: 'string';
|
|
2106
2120
|
};
|
|
2107
2121
|
};
|
|
2108
|
-
readonly required: readonly [
|
|
2122
|
+
readonly required: readonly ["label", "url"];
|
|
2109
2123
|
readonly additionalProperties: false;
|
|
2110
2124
|
};
|
|
2111
2125
|
};
|
|
@@ -2132,11 +2146,12 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
2132
2146
|
readonly type: 'string';
|
|
2133
2147
|
};
|
|
2134
2148
|
};
|
|
2135
|
-
readonly required: readonly [
|
|
2149
|
+
readonly required: readonly ["type", "key"];
|
|
2136
2150
|
readonly additionalProperties: false;
|
|
2137
2151
|
};
|
|
2138
2152
|
};
|
|
2139
2153
|
type: {
|
|
2154
|
+
readonly type: 'string';
|
|
2140
2155
|
readonly const: 'user';
|
|
2141
2156
|
};
|
|
2142
2157
|
metadata: {
|
|
@@ -2148,7 +2163,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
2148
2163
|
readonly description: 'Email of the user';
|
|
2149
2164
|
};
|
|
2150
2165
|
};
|
|
2151
|
-
readonly required: readonly [
|
|
2166
|
+
readonly required: readonly ["email"];
|
|
2152
2167
|
readonly additionalProperties: true;
|
|
2153
2168
|
};
|
|
2154
2169
|
} | {
|
|
@@ -2208,12 +2223,12 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
2208
2223
|
readonly type: 'string';
|
|
2209
2224
|
};
|
|
2210
2225
|
};
|
|
2211
|
-
readonly required: readonly [
|
|
2226
|
+
readonly required: readonly ["name"];
|
|
2212
2227
|
readonly additionalProperties: false;
|
|
2213
2228
|
};
|
|
2214
2229
|
};
|
|
2215
2230
|
};
|
|
2216
|
-
readonly required: readonly [
|
|
2231
|
+
readonly required: readonly ["channels"];
|
|
2217
2232
|
readonly additionalProperties: false;
|
|
2218
2233
|
};
|
|
2219
2234
|
};
|
|
@@ -2235,7 +2250,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
2235
2250
|
readonly type: 'string';
|
|
2236
2251
|
};
|
|
2237
2252
|
};
|
|
2238
|
-
readonly required: readonly [
|
|
2253
|
+
readonly required: readonly ["label", "url"];
|
|
2239
2254
|
readonly additionalProperties: false;
|
|
2240
2255
|
};
|
|
2241
2256
|
};
|
|
@@ -2262,11 +2277,12 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
2262
2277
|
readonly type: 'string';
|
|
2263
2278
|
};
|
|
2264
2279
|
};
|
|
2265
|
-
readonly required: readonly [
|
|
2280
|
+
readonly required: readonly ["type", "key"];
|
|
2266
2281
|
readonly additionalProperties: false;
|
|
2267
2282
|
};
|
|
2268
2283
|
};
|
|
2269
2284
|
type: {
|
|
2285
|
+
readonly type: 'string';
|
|
2270
2286
|
readonly const: 'api-operation';
|
|
2271
2287
|
};
|
|
2272
2288
|
metadata: {
|
|
@@ -2275,7 +2291,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
2275
2291
|
readonly properties: {
|
|
2276
2292
|
readonly method: {
|
|
2277
2293
|
readonly type: 'string';
|
|
2278
|
-
readonly enum: readonly [
|
|
2294
|
+
readonly enum: readonly ["GET", "POST", "PUT", "DELETE", "PATCH", "MUTATION", "QUERY", "SUBSCRIBE", "PUBLISH"];
|
|
2279
2295
|
readonly description: 'HTTP method of the API operation';
|
|
2280
2296
|
};
|
|
2281
2297
|
readonly path: {
|
|
@@ -2297,7 +2313,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
2297
2313
|
};
|
|
2298
2314
|
};
|
|
2299
2315
|
};
|
|
2300
|
-
readonly required: readonly [
|
|
2316
|
+
readonly required: readonly ["method", "path"];
|
|
2301
2317
|
readonly additionalProperties: true;
|
|
2302
2318
|
};
|
|
2303
2319
|
} | {
|
|
@@ -2357,12 +2373,12 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
2357
2373
|
readonly type: 'string';
|
|
2358
2374
|
};
|
|
2359
2375
|
};
|
|
2360
|
-
readonly required: readonly [
|
|
2376
|
+
readonly required: readonly ["name"];
|
|
2361
2377
|
readonly additionalProperties: false;
|
|
2362
2378
|
};
|
|
2363
2379
|
};
|
|
2364
2380
|
};
|
|
2365
|
-
readonly required: readonly [
|
|
2381
|
+
readonly required: readonly ["channels"];
|
|
2366
2382
|
readonly additionalProperties: false;
|
|
2367
2383
|
};
|
|
2368
2384
|
};
|
|
@@ -2384,7 +2400,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
2384
2400
|
readonly type: 'string';
|
|
2385
2401
|
};
|
|
2386
2402
|
};
|
|
2387
|
-
readonly required: readonly [
|
|
2403
|
+
readonly required: readonly ["label", "url"];
|
|
2388
2404
|
readonly additionalProperties: false;
|
|
2389
2405
|
};
|
|
2390
2406
|
};
|
|
@@ -2411,11 +2427,12 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
2411
2427
|
readonly type: 'string';
|
|
2412
2428
|
};
|
|
2413
2429
|
};
|
|
2414
|
-
readonly required: readonly [
|
|
2430
|
+
readonly required: readonly ["type", "key"];
|
|
2415
2431
|
readonly additionalProperties: false;
|
|
2416
2432
|
};
|
|
2417
2433
|
};
|
|
2418
2434
|
type: {
|
|
2435
|
+
readonly type: 'string';
|
|
2419
2436
|
readonly const: 'data-schema';
|
|
2420
2437
|
};
|
|
2421
2438
|
metadata: {
|
|
@@ -2424,7 +2441,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
2424
2441
|
readonly properties: {
|
|
2425
2442
|
readonly specType: {
|
|
2426
2443
|
readonly type: 'string';
|
|
2427
|
-
readonly enum: readonly [
|
|
2444
|
+
readonly enum: readonly ["jsonschema", "openapi", "asyncapi", "avro", "zod", "graphql", "protobuf", "arazzo"];
|
|
2428
2445
|
readonly description: 'Specification type of the data schema';
|
|
2429
2446
|
};
|
|
2430
2447
|
readonly schema: {
|
|
@@ -2436,7 +2453,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
2436
2453
|
readonly description: 'SDL of the data structure';
|
|
2437
2454
|
};
|
|
2438
2455
|
};
|
|
2439
|
-
readonly required: readonly [
|
|
2456
|
+
readonly required: readonly ["specType"];
|
|
2440
2457
|
readonly additionalProperties: true;
|
|
2441
2458
|
};
|
|
2442
2459
|
} | {
|
|
@@ -2496,12 +2513,12 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
2496
2513
|
readonly type: 'string';
|
|
2497
2514
|
};
|
|
2498
2515
|
};
|
|
2499
|
-
readonly required: readonly [
|
|
2516
|
+
readonly required: readonly ["name"];
|
|
2500
2517
|
readonly additionalProperties: false;
|
|
2501
2518
|
};
|
|
2502
2519
|
};
|
|
2503
2520
|
};
|
|
2504
|
-
readonly required: readonly [
|
|
2521
|
+
readonly required: readonly ["channels"];
|
|
2505
2522
|
readonly additionalProperties: false;
|
|
2506
2523
|
};
|
|
2507
2524
|
};
|
|
@@ -2523,7 +2540,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
2523
2540
|
readonly type: 'string';
|
|
2524
2541
|
};
|
|
2525
2542
|
};
|
|
2526
|
-
readonly required: readonly [
|
|
2543
|
+
readonly required: readonly ["label", "url"];
|
|
2527
2544
|
readonly additionalProperties: false;
|
|
2528
2545
|
};
|
|
2529
2546
|
};
|
|
@@ -2550,11 +2567,12 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
2550
2567
|
readonly type: 'string';
|
|
2551
2568
|
};
|
|
2552
2569
|
};
|
|
2553
|
-
readonly required: readonly [
|
|
2570
|
+
readonly required: readonly ["type", "key"];
|
|
2554
2571
|
readonly additionalProperties: false;
|
|
2555
2572
|
};
|
|
2556
2573
|
};
|
|
2557
2574
|
type: {
|
|
2575
|
+
readonly type: 'string';
|
|
2558
2576
|
readonly const: 'api-description';
|
|
2559
2577
|
};
|
|
2560
2578
|
metadata: {
|
|
@@ -2563,7 +2581,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
2563
2581
|
readonly properties: {
|
|
2564
2582
|
readonly specType: {
|
|
2565
2583
|
readonly type: 'string';
|
|
2566
|
-
readonly enum: readonly [
|
|
2584
|
+
readonly enum: readonly ["jsonschema", "openapi", "asyncapi", "avro", "zod", "graphql", "protobuf", "arazzo"];
|
|
2567
2585
|
readonly description: 'Type of the API description';
|
|
2568
2586
|
};
|
|
2569
2587
|
readonly descriptionFile: {
|
|
@@ -2571,7 +2589,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
2571
2589
|
readonly description: 'Path to the file containing the API description';
|
|
2572
2590
|
};
|
|
2573
2591
|
};
|
|
2574
|
-
readonly required: readonly [
|
|
2592
|
+
readonly required: readonly ["specType", "descriptionFile"];
|
|
2575
2593
|
readonly additionalProperties: true;
|
|
2576
2594
|
};
|
|
2577
2595
|
} | {
|
|
@@ -2631,12 +2649,12 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
2631
2649
|
readonly type: 'string';
|
|
2632
2650
|
};
|
|
2633
2651
|
};
|
|
2634
|
-
readonly required: readonly [
|
|
2652
|
+
readonly required: readonly ["name"];
|
|
2635
2653
|
readonly additionalProperties: false;
|
|
2636
2654
|
};
|
|
2637
2655
|
};
|
|
2638
2656
|
};
|
|
2639
|
-
readonly required: readonly [
|
|
2657
|
+
readonly required: readonly ["channels"];
|
|
2640
2658
|
readonly additionalProperties: false;
|
|
2641
2659
|
};
|
|
2642
2660
|
};
|
|
@@ -2658,7 +2676,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
2658
2676
|
readonly type: 'string';
|
|
2659
2677
|
};
|
|
2660
2678
|
};
|
|
2661
|
-
readonly required: readonly [
|
|
2679
|
+
readonly required: readonly ["label", "url"];
|
|
2662
2680
|
readonly additionalProperties: false;
|
|
2663
2681
|
};
|
|
2664
2682
|
};
|
|
@@ -2685,7 +2703,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
2685
2703
|
readonly type: 'string';
|
|
2686
2704
|
};
|
|
2687
2705
|
};
|
|
2688
|
-
readonly required: readonly [
|
|
2706
|
+
readonly required: readonly ["type", "key"];
|
|
2689
2707
|
readonly additionalProperties: false;
|
|
2690
2708
|
};
|
|
2691
2709
|
};
|
|
@@ -2696,6 +2714,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
2696
2714
|
readonly additionalProperties: true;
|
|
2697
2715
|
};
|
|
2698
2716
|
type: {
|
|
2717
|
+
readonly type: 'string';
|
|
2699
2718
|
readonly const: 'service';
|
|
2700
2719
|
};
|
|
2701
2720
|
} | {
|
|
@@ -2755,12 +2774,12 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
2755
2774
|
readonly type: 'string';
|
|
2756
2775
|
};
|
|
2757
2776
|
};
|
|
2758
|
-
readonly required: readonly [
|
|
2777
|
+
readonly required: readonly ["name"];
|
|
2759
2778
|
readonly additionalProperties: false;
|
|
2760
2779
|
};
|
|
2761
2780
|
};
|
|
2762
2781
|
};
|
|
2763
|
-
readonly required: readonly [
|
|
2782
|
+
readonly required: readonly ["channels"];
|
|
2764
2783
|
readonly additionalProperties: false;
|
|
2765
2784
|
};
|
|
2766
2785
|
};
|
|
@@ -2782,7 +2801,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
2782
2801
|
readonly type: 'string';
|
|
2783
2802
|
};
|
|
2784
2803
|
};
|
|
2785
|
-
readonly required: readonly [
|
|
2804
|
+
readonly required: readonly ["label", "url"];
|
|
2786
2805
|
readonly additionalProperties: false;
|
|
2787
2806
|
};
|
|
2788
2807
|
};
|
|
@@ -2809,7 +2828,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
2809
2828
|
readonly type: 'string';
|
|
2810
2829
|
};
|
|
2811
2830
|
};
|
|
2812
|
-
readonly required: readonly [
|
|
2831
|
+
readonly required: readonly ["type", "key"];
|
|
2813
2832
|
readonly additionalProperties: false;
|
|
2814
2833
|
};
|
|
2815
2834
|
};
|
|
@@ -2820,6 +2839,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
2820
2839
|
readonly additionalProperties: true;
|
|
2821
2840
|
};
|
|
2822
2841
|
type: {
|
|
2842
|
+
readonly type: 'string';
|
|
2823
2843
|
readonly const: 'domain';
|
|
2824
2844
|
};
|
|
2825
2845
|
} | {
|
|
@@ -2879,12 +2899,12 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
2879
2899
|
readonly type: 'string';
|
|
2880
2900
|
};
|
|
2881
2901
|
};
|
|
2882
|
-
readonly required: readonly [
|
|
2902
|
+
readonly required: readonly ["name"];
|
|
2883
2903
|
readonly additionalProperties: false;
|
|
2884
2904
|
};
|
|
2885
2905
|
};
|
|
2886
2906
|
};
|
|
2887
|
-
readonly required: readonly [
|
|
2907
|
+
readonly required: readonly ["channels"];
|
|
2888
2908
|
readonly additionalProperties: false;
|
|
2889
2909
|
};
|
|
2890
2910
|
};
|
|
@@ -2906,7 +2926,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
2906
2926
|
readonly type: 'string';
|
|
2907
2927
|
};
|
|
2908
2928
|
};
|
|
2909
|
-
readonly required: readonly [
|
|
2929
|
+
readonly required: readonly ["label", "url"];
|
|
2910
2930
|
readonly additionalProperties: false;
|
|
2911
2931
|
};
|
|
2912
2932
|
};
|
|
@@ -2933,7 +2953,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
2933
2953
|
readonly type: 'string';
|
|
2934
2954
|
};
|
|
2935
2955
|
};
|
|
2936
|
-
readonly required: readonly [
|
|
2956
|
+
readonly required: readonly ["type", "key"];
|
|
2937
2957
|
readonly additionalProperties: false;
|
|
2938
2958
|
};
|
|
2939
2959
|
};
|
|
@@ -2944,13 +2964,14 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
2944
2964
|
readonly additionalProperties: true;
|
|
2945
2965
|
};
|
|
2946
2966
|
type: {
|
|
2967
|
+
readonly type: 'string';
|
|
2947
2968
|
readonly const: 'team';
|
|
2948
2969
|
};
|
|
2949
2970
|
};
|
|
2950
2971
|
} | {
|
|
2951
2972
|
type: 'object';
|
|
2952
2973
|
nodeTypeName: "ApiDescriptionEntity";
|
|
2953
|
-
required: readonly [
|
|
2974
|
+
required: readonly ["key", "title", "type", "metadata"];
|
|
2954
2975
|
additionalProperties: false;
|
|
2955
2976
|
properties: {
|
|
2956
2977
|
version: {
|
|
@@ -3009,12 +3030,12 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
3009
3030
|
readonly type: 'string';
|
|
3010
3031
|
};
|
|
3011
3032
|
};
|
|
3012
|
-
readonly required: readonly [
|
|
3033
|
+
readonly required: readonly ["name"];
|
|
3013
3034
|
readonly additionalProperties: false;
|
|
3014
3035
|
};
|
|
3015
3036
|
};
|
|
3016
3037
|
};
|
|
3017
|
-
readonly required: readonly [
|
|
3038
|
+
readonly required: readonly ["channels"];
|
|
3018
3039
|
readonly additionalProperties: false;
|
|
3019
3040
|
};
|
|
3020
3041
|
};
|
|
@@ -3036,7 +3057,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
3036
3057
|
readonly type: 'string';
|
|
3037
3058
|
};
|
|
3038
3059
|
};
|
|
3039
|
-
readonly required: readonly [
|
|
3060
|
+
readonly required: readonly ["label", "url"];
|
|
3040
3061
|
readonly additionalProperties: false;
|
|
3041
3062
|
};
|
|
3042
3063
|
};
|
|
@@ -3063,11 +3084,12 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
3063
3084
|
readonly type: 'string';
|
|
3064
3085
|
};
|
|
3065
3086
|
};
|
|
3066
|
-
readonly required: readonly [
|
|
3087
|
+
readonly required: readonly ["type", "key"];
|
|
3067
3088
|
readonly additionalProperties: false;
|
|
3068
3089
|
};
|
|
3069
3090
|
};
|
|
3070
3091
|
type: {
|
|
3092
|
+
readonly type: 'string';
|
|
3071
3093
|
readonly const: 'user';
|
|
3072
3094
|
};
|
|
3073
3095
|
metadata: {
|
|
@@ -3079,7 +3101,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
3079
3101
|
readonly description: 'Email of the user';
|
|
3080
3102
|
};
|
|
3081
3103
|
};
|
|
3082
|
-
readonly required: readonly [
|
|
3104
|
+
readonly required: readonly ["email"];
|
|
3083
3105
|
readonly additionalProperties: true;
|
|
3084
3106
|
};
|
|
3085
3107
|
} | {
|
|
@@ -3139,12 +3161,12 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
3139
3161
|
readonly type: 'string';
|
|
3140
3162
|
};
|
|
3141
3163
|
};
|
|
3142
|
-
readonly required: readonly [
|
|
3164
|
+
readonly required: readonly ["name"];
|
|
3143
3165
|
readonly additionalProperties: false;
|
|
3144
3166
|
};
|
|
3145
3167
|
};
|
|
3146
3168
|
};
|
|
3147
|
-
readonly required: readonly [
|
|
3169
|
+
readonly required: readonly ["channels"];
|
|
3148
3170
|
readonly additionalProperties: false;
|
|
3149
3171
|
};
|
|
3150
3172
|
};
|
|
@@ -3166,7 +3188,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
3166
3188
|
readonly type: 'string';
|
|
3167
3189
|
};
|
|
3168
3190
|
};
|
|
3169
|
-
readonly required: readonly [
|
|
3191
|
+
readonly required: readonly ["label", "url"];
|
|
3170
3192
|
readonly additionalProperties: false;
|
|
3171
3193
|
};
|
|
3172
3194
|
};
|
|
@@ -3193,11 +3215,12 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
3193
3215
|
readonly type: 'string';
|
|
3194
3216
|
};
|
|
3195
3217
|
};
|
|
3196
|
-
readonly required: readonly [
|
|
3218
|
+
readonly required: readonly ["type", "key"];
|
|
3197
3219
|
readonly additionalProperties: false;
|
|
3198
3220
|
};
|
|
3199
3221
|
};
|
|
3200
3222
|
type: {
|
|
3223
|
+
readonly type: 'string';
|
|
3201
3224
|
readonly const: 'api-operation';
|
|
3202
3225
|
};
|
|
3203
3226
|
metadata: {
|
|
@@ -3206,7 +3229,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
3206
3229
|
readonly properties: {
|
|
3207
3230
|
readonly method: {
|
|
3208
3231
|
readonly type: 'string';
|
|
3209
|
-
readonly enum: readonly [
|
|
3232
|
+
readonly enum: readonly ["GET", "POST", "PUT", "DELETE", "PATCH", "MUTATION", "QUERY", "SUBSCRIBE", "PUBLISH"];
|
|
3210
3233
|
readonly description: 'HTTP method of the API operation';
|
|
3211
3234
|
};
|
|
3212
3235
|
readonly path: {
|
|
@@ -3228,7 +3251,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
3228
3251
|
};
|
|
3229
3252
|
};
|
|
3230
3253
|
};
|
|
3231
|
-
readonly required: readonly [
|
|
3254
|
+
readonly required: readonly ["method", "path"];
|
|
3232
3255
|
readonly additionalProperties: true;
|
|
3233
3256
|
};
|
|
3234
3257
|
} | {
|
|
@@ -3288,12 +3311,12 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
3288
3311
|
readonly type: 'string';
|
|
3289
3312
|
};
|
|
3290
3313
|
};
|
|
3291
|
-
readonly required: readonly [
|
|
3314
|
+
readonly required: readonly ["name"];
|
|
3292
3315
|
readonly additionalProperties: false;
|
|
3293
3316
|
};
|
|
3294
3317
|
};
|
|
3295
3318
|
};
|
|
3296
|
-
readonly required: readonly [
|
|
3319
|
+
readonly required: readonly ["channels"];
|
|
3297
3320
|
readonly additionalProperties: false;
|
|
3298
3321
|
};
|
|
3299
3322
|
};
|
|
@@ -3315,7 +3338,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
3315
3338
|
readonly type: 'string';
|
|
3316
3339
|
};
|
|
3317
3340
|
};
|
|
3318
|
-
readonly required: readonly [
|
|
3341
|
+
readonly required: readonly ["label", "url"];
|
|
3319
3342
|
readonly additionalProperties: false;
|
|
3320
3343
|
};
|
|
3321
3344
|
};
|
|
@@ -3342,11 +3365,12 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
3342
3365
|
readonly type: 'string';
|
|
3343
3366
|
};
|
|
3344
3367
|
};
|
|
3345
|
-
readonly required: readonly [
|
|
3368
|
+
readonly required: readonly ["type", "key"];
|
|
3346
3369
|
readonly additionalProperties: false;
|
|
3347
3370
|
};
|
|
3348
3371
|
};
|
|
3349
3372
|
type: {
|
|
3373
|
+
readonly type: 'string';
|
|
3350
3374
|
readonly const: 'data-schema';
|
|
3351
3375
|
};
|
|
3352
3376
|
metadata: {
|
|
@@ -3355,7 +3379,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
3355
3379
|
readonly properties: {
|
|
3356
3380
|
readonly specType: {
|
|
3357
3381
|
readonly type: 'string';
|
|
3358
|
-
readonly enum: readonly [
|
|
3382
|
+
readonly enum: readonly ["jsonschema", "openapi", "asyncapi", "avro", "zod", "graphql", "protobuf", "arazzo"];
|
|
3359
3383
|
readonly description: 'Specification type of the data schema';
|
|
3360
3384
|
};
|
|
3361
3385
|
readonly schema: {
|
|
@@ -3367,7 +3391,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
3367
3391
|
readonly description: 'SDL of the data structure';
|
|
3368
3392
|
};
|
|
3369
3393
|
};
|
|
3370
|
-
readonly required: readonly [
|
|
3394
|
+
readonly required: readonly ["specType"];
|
|
3371
3395
|
readonly additionalProperties: true;
|
|
3372
3396
|
};
|
|
3373
3397
|
} | {
|
|
@@ -3427,12 +3451,12 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
3427
3451
|
readonly type: 'string';
|
|
3428
3452
|
};
|
|
3429
3453
|
};
|
|
3430
|
-
readonly required: readonly [
|
|
3454
|
+
readonly required: readonly ["name"];
|
|
3431
3455
|
readonly additionalProperties: false;
|
|
3432
3456
|
};
|
|
3433
3457
|
};
|
|
3434
3458
|
};
|
|
3435
|
-
readonly required: readonly [
|
|
3459
|
+
readonly required: readonly ["channels"];
|
|
3436
3460
|
readonly additionalProperties: false;
|
|
3437
3461
|
};
|
|
3438
3462
|
};
|
|
@@ -3454,7 +3478,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
3454
3478
|
readonly type: 'string';
|
|
3455
3479
|
};
|
|
3456
3480
|
};
|
|
3457
|
-
readonly required: readonly [
|
|
3481
|
+
readonly required: readonly ["label", "url"];
|
|
3458
3482
|
readonly additionalProperties: false;
|
|
3459
3483
|
};
|
|
3460
3484
|
};
|
|
@@ -3481,11 +3505,12 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
3481
3505
|
readonly type: 'string';
|
|
3482
3506
|
};
|
|
3483
3507
|
};
|
|
3484
|
-
readonly required: readonly [
|
|
3508
|
+
readonly required: readonly ["type", "key"];
|
|
3485
3509
|
readonly additionalProperties: false;
|
|
3486
3510
|
};
|
|
3487
3511
|
};
|
|
3488
3512
|
type: {
|
|
3513
|
+
readonly type: 'string';
|
|
3489
3514
|
readonly const: 'api-description';
|
|
3490
3515
|
};
|
|
3491
3516
|
metadata: {
|
|
@@ -3494,7 +3519,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
3494
3519
|
readonly properties: {
|
|
3495
3520
|
readonly specType: {
|
|
3496
3521
|
readonly type: 'string';
|
|
3497
|
-
readonly enum: readonly [
|
|
3522
|
+
readonly enum: readonly ["jsonschema", "openapi", "asyncapi", "avro", "zod", "graphql", "protobuf", "arazzo"];
|
|
3498
3523
|
readonly description: 'Type of the API description';
|
|
3499
3524
|
};
|
|
3500
3525
|
readonly descriptionFile: {
|
|
@@ -3502,7 +3527,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
3502
3527
|
readonly description: 'Path to the file containing the API description';
|
|
3503
3528
|
};
|
|
3504
3529
|
};
|
|
3505
|
-
readonly required: readonly [
|
|
3530
|
+
readonly required: readonly ["specType", "descriptionFile"];
|
|
3506
3531
|
readonly additionalProperties: true;
|
|
3507
3532
|
};
|
|
3508
3533
|
} | {
|
|
@@ -3562,12 +3587,12 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
3562
3587
|
readonly type: 'string';
|
|
3563
3588
|
};
|
|
3564
3589
|
};
|
|
3565
|
-
readonly required: readonly [
|
|
3590
|
+
readonly required: readonly ["name"];
|
|
3566
3591
|
readonly additionalProperties: false;
|
|
3567
3592
|
};
|
|
3568
3593
|
};
|
|
3569
3594
|
};
|
|
3570
|
-
readonly required: readonly [
|
|
3595
|
+
readonly required: readonly ["channels"];
|
|
3571
3596
|
readonly additionalProperties: false;
|
|
3572
3597
|
};
|
|
3573
3598
|
};
|
|
@@ -3589,7 +3614,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
3589
3614
|
readonly type: 'string';
|
|
3590
3615
|
};
|
|
3591
3616
|
};
|
|
3592
|
-
readonly required: readonly [
|
|
3617
|
+
readonly required: readonly ["label", "url"];
|
|
3593
3618
|
readonly additionalProperties: false;
|
|
3594
3619
|
};
|
|
3595
3620
|
};
|
|
@@ -3616,7 +3641,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
3616
3641
|
readonly type: 'string';
|
|
3617
3642
|
};
|
|
3618
3643
|
};
|
|
3619
|
-
readonly required: readonly [
|
|
3644
|
+
readonly required: readonly ["type", "key"];
|
|
3620
3645
|
readonly additionalProperties: false;
|
|
3621
3646
|
};
|
|
3622
3647
|
};
|
|
@@ -3627,6 +3652,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
3627
3652
|
readonly additionalProperties: true;
|
|
3628
3653
|
};
|
|
3629
3654
|
type: {
|
|
3655
|
+
readonly type: 'string';
|
|
3630
3656
|
readonly const: 'service';
|
|
3631
3657
|
};
|
|
3632
3658
|
} | {
|
|
@@ -3686,12 +3712,12 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
3686
3712
|
readonly type: 'string';
|
|
3687
3713
|
};
|
|
3688
3714
|
};
|
|
3689
|
-
readonly required: readonly [
|
|
3715
|
+
readonly required: readonly ["name"];
|
|
3690
3716
|
readonly additionalProperties: false;
|
|
3691
3717
|
};
|
|
3692
3718
|
};
|
|
3693
3719
|
};
|
|
3694
|
-
readonly required: readonly [
|
|
3720
|
+
readonly required: readonly ["channels"];
|
|
3695
3721
|
readonly additionalProperties: false;
|
|
3696
3722
|
};
|
|
3697
3723
|
};
|
|
@@ -3713,7 +3739,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
3713
3739
|
readonly type: 'string';
|
|
3714
3740
|
};
|
|
3715
3741
|
};
|
|
3716
|
-
readonly required: readonly [
|
|
3742
|
+
readonly required: readonly ["label", "url"];
|
|
3717
3743
|
readonly additionalProperties: false;
|
|
3718
3744
|
};
|
|
3719
3745
|
};
|
|
@@ -3740,7 +3766,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
3740
3766
|
readonly type: 'string';
|
|
3741
3767
|
};
|
|
3742
3768
|
};
|
|
3743
|
-
readonly required: readonly [
|
|
3769
|
+
readonly required: readonly ["type", "key"];
|
|
3744
3770
|
readonly additionalProperties: false;
|
|
3745
3771
|
};
|
|
3746
3772
|
};
|
|
@@ -3751,6 +3777,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
3751
3777
|
readonly additionalProperties: true;
|
|
3752
3778
|
};
|
|
3753
3779
|
type: {
|
|
3780
|
+
readonly type: 'string';
|
|
3754
3781
|
readonly const: 'domain';
|
|
3755
3782
|
};
|
|
3756
3783
|
} | {
|
|
@@ -3810,12 +3837,12 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
3810
3837
|
readonly type: 'string';
|
|
3811
3838
|
};
|
|
3812
3839
|
};
|
|
3813
|
-
readonly required: readonly [
|
|
3840
|
+
readonly required: readonly ["name"];
|
|
3814
3841
|
readonly additionalProperties: false;
|
|
3815
3842
|
};
|
|
3816
3843
|
};
|
|
3817
3844
|
};
|
|
3818
|
-
readonly required: readonly [
|
|
3845
|
+
readonly required: readonly ["channels"];
|
|
3819
3846
|
readonly additionalProperties: false;
|
|
3820
3847
|
};
|
|
3821
3848
|
};
|
|
@@ -3837,7 +3864,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
3837
3864
|
readonly type: 'string';
|
|
3838
3865
|
};
|
|
3839
3866
|
};
|
|
3840
|
-
readonly required: readonly [
|
|
3867
|
+
readonly required: readonly ["label", "url"];
|
|
3841
3868
|
readonly additionalProperties: false;
|
|
3842
3869
|
};
|
|
3843
3870
|
};
|
|
@@ -3864,7 +3891,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
3864
3891
|
readonly type: 'string';
|
|
3865
3892
|
};
|
|
3866
3893
|
};
|
|
3867
|
-
readonly required: readonly [
|
|
3894
|
+
readonly required: readonly ["type", "key"];
|
|
3868
3895
|
readonly additionalProperties: false;
|
|
3869
3896
|
};
|
|
3870
3897
|
};
|
|
@@ -3875,13 +3902,14 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
3875
3902
|
readonly additionalProperties: true;
|
|
3876
3903
|
};
|
|
3877
3904
|
type: {
|
|
3905
|
+
readonly type: 'string';
|
|
3878
3906
|
readonly const: 'team';
|
|
3879
3907
|
};
|
|
3880
3908
|
};
|
|
3881
3909
|
} | {
|
|
3882
3910
|
type: 'object';
|
|
3883
3911
|
nodeTypeName: "ServiceEntity";
|
|
3884
|
-
required: readonly [
|
|
3912
|
+
required: readonly ["key", "title", "type"];
|
|
3885
3913
|
additionalProperties: false;
|
|
3886
3914
|
properties: {
|
|
3887
3915
|
version: {
|
|
@@ -3940,12 +3968,12 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
3940
3968
|
readonly type: 'string';
|
|
3941
3969
|
};
|
|
3942
3970
|
};
|
|
3943
|
-
readonly required: readonly [
|
|
3971
|
+
readonly required: readonly ["name"];
|
|
3944
3972
|
readonly additionalProperties: false;
|
|
3945
3973
|
};
|
|
3946
3974
|
};
|
|
3947
3975
|
};
|
|
3948
|
-
readonly required: readonly [
|
|
3976
|
+
readonly required: readonly ["channels"];
|
|
3949
3977
|
readonly additionalProperties: false;
|
|
3950
3978
|
};
|
|
3951
3979
|
};
|
|
@@ -3967,7 +3995,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
3967
3995
|
readonly type: 'string';
|
|
3968
3996
|
};
|
|
3969
3997
|
};
|
|
3970
|
-
readonly required: readonly [
|
|
3998
|
+
readonly required: readonly ["label", "url"];
|
|
3971
3999
|
readonly additionalProperties: false;
|
|
3972
4000
|
};
|
|
3973
4001
|
};
|
|
@@ -3994,11 +4022,12 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
3994
4022
|
readonly type: 'string';
|
|
3995
4023
|
};
|
|
3996
4024
|
};
|
|
3997
|
-
readonly required: readonly [
|
|
4025
|
+
readonly required: readonly ["type", "key"];
|
|
3998
4026
|
readonly additionalProperties: false;
|
|
3999
4027
|
};
|
|
4000
4028
|
};
|
|
4001
4029
|
type: {
|
|
4030
|
+
readonly type: 'string';
|
|
4002
4031
|
readonly const: 'user';
|
|
4003
4032
|
};
|
|
4004
4033
|
metadata: {
|
|
@@ -4010,7 +4039,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
4010
4039
|
readonly description: 'Email of the user';
|
|
4011
4040
|
};
|
|
4012
4041
|
};
|
|
4013
|
-
readonly required: readonly [
|
|
4042
|
+
readonly required: readonly ["email"];
|
|
4014
4043
|
readonly additionalProperties: true;
|
|
4015
4044
|
};
|
|
4016
4045
|
} | {
|
|
@@ -4070,12 +4099,12 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
4070
4099
|
readonly type: 'string';
|
|
4071
4100
|
};
|
|
4072
4101
|
};
|
|
4073
|
-
readonly required: readonly [
|
|
4102
|
+
readonly required: readonly ["name"];
|
|
4074
4103
|
readonly additionalProperties: false;
|
|
4075
4104
|
};
|
|
4076
4105
|
};
|
|
4077
4106
|
};
|
|
4078
|
-
readonly required: readonly [
|
|
4107
|
+
readonly required: readonly ["channels"];
|
|
4079
4108
|
readonly additionalProperties: false;
|
|
4080
4109
|
};
|
|
4081
4110
|
};
|
|
@@ -4097,7 +4126,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
4097
4126
|
readonly type: 'string';
|
|
4098
4127
|
};
|
|
4099
4128
|
};
|
|
4100
|
-
readonly required: readonly [
|
|
4129
|
+
readonly required: readonly ["label", "url"];
|
|
4101
4130
|
readonly additionalProperties: false;
|
|
4102
4131
|
};
|
|
4103
4132
|
};
|
|
@@ -4124,11 +4153,12 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
4124
4153
|
readonly type: 'string';
|
|
4125
4154
|
};
|
|
4126
4155
|
};
|
|
4127
|
-
readonly required: readonly [
|
|
4156
|
+
readonly required: readonly ["type", "key"];
|
|
4128
4157
|
readonly additionalProperties: false;
|
|
4129
4158
|
};
|
|
4130
4159
|
};
|
|
4131
4160
|
type: {
|
|
4161
|
+
readonly type: 'string';
|
|
4132
4162
|
readonly const: 'api-operation';
|
|
4133
4163
|
};
|
|
4134
4164
|
metadata: {
|
|
@@ -4137,7 +4167,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
4137
4167
|
readonly properties: {
|
|
4138
4168
|
readonly method: {
|
|
4139
4169
|
readonly type: 'string';
|
|
4140
|
-
readonly enum: readonly [
|
|
4170
|
+
readonly enum: readonly ["GET", "POST", "PUT", "DELETE", "PATCH", "MUTATION", "QUERY", "SUBSCRIBE", "PUBLISH"];
|
|
4141
4171
|
readonly description: 'HTTP method of the API operation';
|
|
4142
4172
|
};
|
|
4143
4173
|
readonly path: {
|
|
@@ -4159,7 +4189,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
4159
4189
|
};
|
|
4160
4190
|
};
|
|
4161
4191
|
};
|
|
4162
|
-
readonly required: readonly [
|
|
4192
|
+
readonly required: readonly ["method", "path"];
|
|
4163
4193
|
readonly additionalProperties: true;
|
|
4164
4194
|
};
|
|
4165
4195
|
} | {
|
|
@@ -4219,12 +4249,12 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
4219
4249
|
readonly type: 'string';
|
|
4220
4250
|
};
|
|
4221
4251
|
};
|
|
4222
|
-
readonly required: readonly [
|
|
4252
|
+
readonly required: readonly ["name"];
|
|
4223
4253
|
readonly additionalProperties: false;
|
|
4224
4254
|
};
|
|
4225
4255
|
};
|
|
4226
4256
|
};
|
|
4227
|
-
readonly required: readonly [
|
|
4257
|
+
readonly required: readonly ["channels"];
|
|
4228
4258
|
readonly additionalProperties: false;
|
|
4229
4259
|
};
|
|
4230
4260
|
};
|
|
@@ -4246,7 +4276,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
4246
4276
|
readonly type: 'string';
|
|
4247
4277
|
};
|
|
4248
4278
|
};
|
|
4249
|
-
readonly required: readonly [
|
|
4279
|
+
readonly required: readonly ["label", "url"];
|
|
4250
4280
|
readonly additionalProperties: false;
|
|
4251
4281
|
};
|
|
4252
4282
|
};
|
|
@@ -4273,11 +4303,12 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
4273
4303
|
readonly type: 'string';
|
|
4274
4304
|
};
|
|
4275
4305
|
};
|
|
4276
|
-
readonly required: readonly [
|
|
4306
|
+
readonly required: readonly ["type", "key"];
|
|
4277
4307
|
readonly additionalProperties: false;
|
|
4278
4308
|
};
|
|
4279
4309
|
};
|
|
4280
4310
|
type: {
|
|
4311
|
+
readonly type: 'string';
|
|
4281
4312
|
readonly const: 'data-schema';
|
|
4282
4313
|
};
|
|
4283
4314
|
metadata: {
|
|
@@ -4286,7 +4317,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
4286
4317
|
readonly properties: {
|
|
4287
4318
|
readonly specType: {
|
|
4288
4319
|
readonly type: 'string';
|
|
4289
|
-
readonly enum: readonly [
|
|
4320
|
+
readonly enum: readonly ["jsonschema", "openapi", "asyncapi", "avro", "zod", "graphql", "protobuf", "arazzo"];
|
|
4290
4321
|
readonly description: 'Specification type of the data schema';
|
|
4291
4322
|
};
|
|
4292
4323
|
readonly schema: {
|
|
@@ -4298,7 +4329,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
4298
4329
|
readonly description: 'SDL of the data structure';
|
|
4299
4330
|
};
|
|
4300
4331
|
};
|
|
4301
|
-
readonly required: readonly [
|
|
4332
|
+
readonly required: readonly ["specType"];
|
|
4302
4333
|
readonly additionalProperties: true;
|
|
4303
4334
|
};
|
|
4304
4335
|
} | {
|
|
@@ -4358,12 +4389,12 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
4358
4389
|
readonly type: 'string';
|
|
4359
4390
|
};
|
|
4360
4391
|
};
|
|
4361
|
-
readonly required: readonly [
|
|
4392
|
+
readonly required: readonly ["name"];
|
|
4362
4393
|
readonly additionalProperties: false;
|
|
4363
4394
|
};
|
|
4364
4395
|
};
|
|
4365
4396
|
};
|
|
4366
|
-
readonly required: readonly [
|
|
4397
|
+
readonly required: readonly ["channels"];
|
|
4367
4398
|
readonly additionalProperties: false;
|
|
4368
4399
|
};
|
|
4369
4400
|
};
|
|
@@ -4385,7 +4416,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
4385
4416
|
readonly type: 'string';
|
|
4386
4417
|
};
|
|
4387
4418
|
};
|
|
4388
|
-
readonly required: readonly [
|
|
4419
|
+
readonly required: readonly ["label", "url"];
|
|
4389
4420
|
readonly additionalProperties: false;
|
|
4390
4421
|
};
|
|
4391
4422
|
};
|
|
@@ -4412,11 +4443,12 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
4412
4443
|
readonly type: 'string';
|
|
4413
4444
|
};
|
|
4414
4445
|
};
|
|
4415
|
-
readonly required: readonly [
|
|
4446
|
+
readonly required: readonly ["type", "key"];
|
|
4416
4447
|
readonly additionalProperties: false;
|
|
4417
4448
|
};
|
|
4418
4449
|
};
|
|
4419
4450
|
type: {
|
|
4451
|
+
readonly type: 'string';
|
|
4420
4452
|
readonly const: 'api-description';
|
|
4421
4453
|
};
|
|
4422
4454
|
metadata: {
|
|
@@ -4425,7 +4457,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
4425
4457
|
readonly properties: {
|
|
4426
4458
|
readonly specType: {
|
|
4427
4459
|
readonly type: 'string';
|
|
4428
|
-
readonly enum: readonly [
|
|
4460
|
+
readonly enum: readonly ["jsonschema", "openapi", "asyncapi", "avro", "zod", "graphql", "protobuf", "arazzo"];
|
|
4429
4461
|
readonly description: 'Type of the API description';
|
|
4430
4462
|
};
|
|
4431
4463
|
readonly descriptionFile: {
|
|
@@ -4433,7 +4465,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
4433
4465
|
readonly description: 'Path to the file containing the API description';
|
|
4434
4466
|
};
|
|
4435
4467
|
};
|
|
4436
|
-
readonly required: readonly [
|
|
4468
|
+
readonly required: readonly ["specType", "descriptionFile"];
|
|
4437
4469
|
readonly additionalProperties: true;
|
|
4438
4470
|
};
|
|
4439
4471
|
} | {
|
|
@@ -4493,12 +4525,12 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
4493
4525
|
readonly type: 'string';
|
|
4494
4526
|
};
|
|
4495
4527
|
};
|
|
4496
|
-
readonly required: readonly [
|
|
4528
|
+
readonly required: readonly ["name"];
|
|
4497
4529
|
readonly additionalProperties: false;
|
|
4498
4530
|
};
|
|
4499
4531
|
};
|
|
4500
4532
|
};
|
|
4501
|
-
readonly required: readonly [
|
|
4533
|
+
readonly required: readonly ["channels"];
|
|
4502
4534
|
readonly additionalProperties: false;
|
|
4503
4535
|
};
|
|
4504
4536
|
};
|
|
@@ -4520,7 +4552,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
4520
4552
|
readonly type: 'string';
|
|
4521
4553
|
};
|
|
4522
4554
|
};
|
|
4523
|
-
readonly required: readonly [
|
|
4555
|
+
readonly required: readonly ["label", "url"];
|
|
4524
4556
|
readonly additionalProperties: false;
|
|
4525
4557
|
};
|
|
4526
4558
|
};
|
|
@@ -4547,7 +4579,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
4547
4579
|
readonly type: 'string';
|
|
4548
4580
|
};
|
|
4549
4581
|
};
|
|
4550
|
-
readonly required: readonly [
|
|
4582
|
+
readonly required: readonly ["type", "key"];
|
|
4551
4583
|
readonly additionalProperties: false;
|
|
4552
4584
|
};
|
|
4553
4585
|
};
|
|
@@ -4558,6 +4590,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
4558
4590
|
readonly additionalProperties: true;
|
|
4559
4591
|
};
|
|
4560
4592
|
type: {
|
|
4593
|
+
readonly type: 'string';
|
|
4561
4594
|
readonly const: 'service';
|
|
4562
4595
|
};
|
|
4563
4596
|
} | {
|
|
@@ -4617,12 +4650,12 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
4617
4650
|
readonly type: 'string';
|
|
4618
4651
|
};
|
|
4619
4652
|
};
|
|
4620
|
-
readonly required: readonly [
|
|
4653
|
+
readonly required: readonly ["name"];
|
|
4621
4654
|
readonly additionalProperties: false;
|
|
4622
4655
|
};
|
|
4623
4656
|
};
|
|
4624
4657
|
};
|
|
4625
|
-
readonly required: readonly [
|
|
4658
|
+
readonly required: readonly ["channels"];
|
|
4626
4659
|
readonly additionalProperties: false;
|
|
4627
4660
|
};
|
|
4628
4661
|
};
|
|
@@ -4644,7 +4677,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
4644
4677
|
readonly type: 'string';
|
|
4645
4678
|
};
|
|
4646
4679
|
};
|
|
4647
|
-
readonly required: readonly [
|
|
4680
|
+
readonly required: readonly ["label", "url"];
|
|
4648
4681
|
readonly additionalProperties: false;
|
|
4649
4682
|
};
|
|
4650
4683
|
};
|
|
@@ -4671,7 +4704,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
4671
4704
|
readonly type: 'string';
|
|
4672
4705
|
};
|
|
4673
4706
|
};
|
|
4674
|
-
readonly required: readonly [
|
|
4707
|
+
readonly required: readonly ["type", "key"];
|
|
4675
4708
|
readonly additionalProperties: false;
|
|
4676
4709
|
};
|
|
4677
4710
|
};
|
|
@@ -4682,6 +4715,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
4682
4715
|
readonly additionalProperties: true;
|
|
4683
4716
|
};
|
|
4684
4717
|
type: {
|
|
4718
|
+
readonly type: 'string';
|
|
4685
4719
|
readonly const: 'domain';
|
|
4686
4720
|
};
|
|
4687
4721
|
} | {
|
|
@@ -4741,12 +4775,12 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
4741
4775
|
readonly type: 'string';
|
|
4742
4776
|
};
|
|
4743
4777
|
};
|
|
4744
|
-
readonly required: readonly [
|
|
4778
|
+
readonly required: readonly ["name"];
|
|
4745
4779
|
readonly additionalProperties: false;
|
|
4746
4780
|
};
|
|
4747
4781
|
};
|
|
4748
4782
|
};
|
|
4749
|
-
readonly required: readonly [
|
|
4783
|
+
readonly required: readonly ["channels"];
|
|
4750
4784
|
readonly additionalProperties: false;
|
|
4751
4785
|
};
|
|
4752
4786
|
};
|
|
@@ -4768,7 +4802,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
4768
4802
|
readonly type: 'string';
|
|
4769
4803
|
};
|
|
4770
4804
|
};
|
|
4771
|
-
readonly required: readonly [
|
|
4805
|
+
readonly required: readonly ["label", "url"];
|
|
4772
4806
|
readonly additionalProperties: false;
|
|
4773
4807
|
};
|
|
4774
4808
|
};
|
|
@@ -4795,7 +4829,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
4795
4829
|
readonly type: 'string';
|
|
4796
4830
|
};
|
|
4797
4831
|
};
|
|
4798
|
-
readonly required: readonly [
|
|
4832
|
+
readonly required: readonly ["type", "key"];
|
|
4799
4833
|
readonly additionalProperties: false;
|
|
4800
4834
|
};
|
|
4801
4835
|
};
|
|
@@ -4806,13 +4840,14 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
4806
4840
|
readonly additionalProperties: true;
|
|
4807
4841
|
};
|
|
4808
4842
|
type: {
|
|
4843
|
+
readonly type: 'string';
|
|
4809
4844
|
readonly const: 'team';
|
|
4810
4845
|
};
|
|
4811
4846
|
};
|
|
4812
4847
|
} | {
|
|
4813
4848
|
type: 'object';
|
|
4814
4849
|
nodeTypeName: "DomainEntity";
|
|
4815
|
-
required: readonly [
|
|
4850
|
+
required: readonly ["key", "title", "type"];
|
|
4816
4851
|
additionalProperties: false;
|
|
4817
4852
|
properties: {
|
|
4818
4853
|
version: {
|
|
@@ -4871,12 +4906,12 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
4871
4906
|
readonly type: 'string';
|
|
4872
4907
|
};
|
|
4873
4908
|
};
|
|
4874
|
-
readonly required: readonly [
|
|
4909
|
+
readonly required: readonly ["name"];
|
|
4875
4910
|
readonly additionalProperties: false;
|
|
4876
4911
|
};
|
|
4877
4912
|
};
|
|
4878
4913
|
};
|
|
4879
|
-
readonly required: readonly [
|
|
4914
|
+
readonly required: readonly ["channels"];
|
|
4880
4915
|
readonly additionalProperties: false;
|
|
4881
4916
|
};
|
|
4882
4917
|
};
|
|
@@ -4898,7 +4933,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
4898
4933
|
readonly type: 'string';
|
|
4899
4934
|
};
|
|
4900
4935
|
};
|
|
4901
|
-
readonly required: readonly [
|
|
4936
|
+
readonly required: readonly ["label", "url"];
|
|
4902
4937
|
readonly additionalProperties: false;
|
|
4903
4938
|
};
|
|
4904
4939
|
};
|
|
@@ -4925,11 +4960,12 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
4925
4960
|
readonly type: 'string';
|
|
4926
4961
|
};
|
|
4927
4962
|
};
|
|
4928
|
-
readonly required: readonly [
|
|
4963
|
+
readonly required: readonly ["type", "key"];
|
|
4929
4964
|
readonly additionalProperties: false;
|
|
4930
4965
|
};
|
|
4931
4966
|
};
|
|
4932
4967
|
type: {
|
|
4968
|
+
readonly type: 'string';
|
|
4933
4969
|
readonly const: 'user';
|
|
4934
4970
|
};
|
|
4935
4971
|
metadata: {
|
|
@@ -4941,7 +4977,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
4941
4977
|
readonly description: 'Email of the user';
|
|
4942
4978
|
};
|
|
4943
4979
|
};
|
|
4944
|
-
readonly required: readonly [
|
|
4980
|
+
readonly required: readonly ["email"];
|
|
4945
4981
|
readonly additionalProperties: true;
|
|
4946
4982
|
};
|
|
4947
4983
|
} | {
|
|
@@ -5001,12 +5037,12 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
5001
5037
|
readonly type: 'string';
|
|
5002
5038
|
};
|
|
5003
5039
|
};
|
|
5004
|
-
readonly required: readonly [
|
|
5040
|
+
readonly required: readonly ["name"];
|
|
5005
5041
|
readonly additionalProperties: false;
|
|
5006
5042
|
};
|
|
5007
5043
|
};
|
|
5008
5044
|
};
|
|
5009
|
-
readonly required: readonly [
|
|
5045
|
+
readonly required: readonly ["channels"];
|
|
5010
5046
|
readonly additionalProperties: false;
|
|
5011
5047
|
};
|
|
5012
5048
|
};
|
|
@@ -5028,7 +5064,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
5028
5064
|
readonly type: 'string';
|
|
5029
5065
|
};
|
|
5030
5066
|
};
|
|
5031
|
-
readonly required: readonly [
|
|
5067
|
+
readonly required: readonly ["label", "url"];
|
|
5032
5068
|
readonly additionalProperties: false;
|
|
5033
5069
|
};
|
|
5034
5070
|
};
|
|
@@ -5055,11 +5091,12 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
5055
5091
|
readonly type: 'string';
|
|
5056
5092
|
};
|
|
5057
5093
|
};
|
|
5058
|
-
readonly required: readonly [
|
|
5094
|
+
readonly required: readonly ["type", "key"];
|
|
5059
5095
|
readonly additionalProperties: false;
|
|
5060
5096
|
};
|
|
5061
5097
|
};
|
|
5062
5098
|
type: {
|
|
5099
|
+
readonly type: 'string';
|
|
5063
5100
|
readonly const: 'api-operation';
|
|
5064
5101
|
};
|
|
5065
5102
|
metadata: {
|
|
@@ -5068,7 +5105,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
5068
5105
|
readonly properties: {
|
|
5069
5106
|
readonly method: {
|
|
5070
5107
|
readonly type: 'string';
|
|
5071
|
-
readonly enum: readonly [
|
|
5108
|
+
readonly enum: readonly ["GET", "POST", "PUT", "DELETE", "PATCH", "MUTATION", "QUERY", "SUBSCRIBE", "PUBLISH"];
|
|
5072
5109
|
readonly description: 'HTTP method of the API operation';
|
|
5073
5110
|
};
|
|
5074
5111
|
readonly path: {
|
|
@@ -5090,7 +5127,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
5090
5127
|
};
|
|
5091
5128
|
};
|
|
5092
5129
|
};
|
|
5093
|
-
readonly required: readonly [
|
|
5130
|
+
readonly required: readonly ["method", "path"];
|
|
5094
5131
|
readonly additionalProperties: true;
|
|
5095
5132
|
};
|
|
5096
5133
|
} | {
|
|
@@ -5150,12 +5187,12 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
5150
5187
|
readonly type: 'string';
|
|
5151
5188
|
};
|
|
5152
5189
|
};
|
|
5153
|
-
readonly required: readonly [
|
|
5190
|
+
readonly required: readonly ["name"];
|
|
5154
5191
|
readonly additionalProperties: false;
|
|
5155
5192
|
};
|
|
5156
5193
|
};
|
|
5157
5194
|
};
|
|
5158
|
-
readonly required: readonly [
|
|
5195
|
+
readonly required: readonly ["channels"];
|
|
5159
5196
|
readonly additionalProperties: false;
|
|
5160
5197
|
};
|
|
5161
5198
|
};
|
|
@@ -5177,7 +5214,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
5177
5214
|
readonly type: 'string';
|
|
5178
5215
|
};
|
|
5179
5216
|
};
|
|
5180
|
-
readonly required: readonly [
|
|
5217
|
+
readonly required: readonly ["label", "url"];
|
|
5181
5218
|
readonly additionalProperties: false;
|
|
5182
5219
|
};
|
|
5183
5220
|
};
|
|
@@ -5204,11 +5241,12 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
5204
5241
|
readonly type: 'string';
|
|
5205
5242
|
};
|
|
5206
5243
|
};
|
|
5207
|
-
readonly required: readonly [
|
|
5244
|
+
readonly required: readonly ["type", "key"];
|
|
5208
5245
|
readonly additionalProperties: false;
|
|
5209
5246
|
};
|
|
5210
5247
|
};
|
|
5211
5248
|
type: {
|
|
5249
|
+
readonly type: 'string';
|
|
5212
5250
|
readonly const: 'data-schema';
|
|
5213
5251
|
};
|
|
5214
5252
|
metadata: {
|
|
@@ -5217,7 +5255,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
5217
5255
|
readonly properties: {
|
|
5218
5256
|
readonly specType: {
|
|
5219
5257
|
readonly type: 'string';
|
|
5220
|
-
readonly enum: readonly [
|
|
5258
|
+
readonly enum: readonly ["jsonschema", "openapi", "asyncapi", "avro", "zod", "graphql", "protobuf", "arazzo"];
|
|
5221
5259
|
readonly description: 'Specification type of the data schema';
|
|
5222
5260
|
};
|
|
5223
5261
|
readonly schema: {
|
|
@@ -5229,7 +5267,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
5229
5267
|
readonly description: 'SDL of the data structure';
|
|
5230
5268
|
};
|
|
5231
5269
|
};
|
|
5232
|
-
readonly required: readonly [
|
|
5270
|
+
readonly required: readonly ["specType"];
|
|
5233
5271
|
readonly additionalProperties: true;
|
|
5234
5272
|
};
|
|
5235
5273
|
} | {
|
|
@@ -5289,12 +5327,12 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
5289
5327
|
readonly type: 'string';
|
|
5290
5328
|
};
|
|
5291
5329
|
};
|
|
5292
|
-
readonly required: readonly [
|
|
5330
|
+
readonly required: readonly ["name"];
|
|
5293
5331
|
readonly additionalProperties: false;
|
|
5294
5332
|
};
|
|
5295
5333
|
};
|
|
5296
5334
|
};
|
|
5297
|
-
readonly required: readonly [
|
|
5335
|
+
readonly required: readonly ["channels"];
|
|
5298
5336
|
readonly additionalProperties: false;
|
|
5299
5337
|
};
|
|
5300
5338
|
};
|
|
@@ -5316,7 +5354,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
5316
5354
|
readonly type: 'string';
|
|
5317
5355
|
};
|
|
5318
5356
|
};
|
|
5319
|
-
readonly required: readonly [
|
|
5357
|
+
readonly required: readonly ["label", "url"];
|
|
5320
5358
|
readonly additionalProperties: false;
|
|
5321
5359
|
};
|
|
5322
5360
|
};
|
|
@@ -5343,11 +5381,12 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
5343
5381
|
readonly type: 'string';
|
|
5344
5382
|
};
|
|
5345
5383
|
};
|
|
5346
|
-
readonly required: readonly [
|
|
5384
|
+
readonly required: readonly ["type", "key"];
|
|
5347
5385
|
readonly additionalProperties: false;
|
|
5348
5386
|
};
|
|
5349
5387
|
};
|
|
5350
5388
|
type: {
|
|
5389
|
+
readonly type: 'string';
|
|
5351
5390
|
readonly const: 'api-description';
|
|
5352
5391
|
};
|
|
5353
5392
|
metadata: {
|
|
@@ -5356,7 +5395,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
5356
5395
|
readonly properties: {
|
|
5357
5396
|
readonly specType: {
|
|
5358
5397
|
readonly type: 'string';
|
|
5359
|
-
readonly enum: readonly [
|
|
5398
|
+
readonly enum: readonly ["jsonschema", "openapi", "asyncapi", "avro", "zod", "graphql", "protobuf", "arazzo"];
|
|
5360
5399
|
readonly description: 'Type of the API description';
|
|
5361
5400
|
};
|
|
5362
5401
|
readonly descriptionFile: {
|
|
@@ -5364,7 +5403,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
5364
5403
|
readonly description: 'Path to the file containing the API description';
|
|
5365
5404
|
};
|
|
5366
5405
|
};
|
|
5367
|
-
readonly required: readonly [
|
|
5406
|
+
readonly required: readonly ["specType", "descriptionFile"];
|
|
5368
5407
|
readonly additionalProperties: true;
|
|
5369
5408
|
};
|
|
5370
5409
|
} | {
|
|
@@ -5424,12 +5463,12 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
5424
5463
|
readonly type: 'string';
|
|
5425
5464
|
};
|
|
5426
5465
|
};
|
|
5427
|
-
readonly required: readonly [
|
|
5466
|
+
readonly required: readonly ["name"];
|
|
5428
5467
|
readonly additionalProperties: false;
|
|
5429
5468
|
};
|
|
5430
5469
|
};
|
|
5431
5470
|
};
|
|
5432
|
-
readonly required: readonly [
|
|
5471
|
+
readonly required: readonly ["channels"];
|
|
5433
5472
|
readonly additionalProperties: false;
|
|
5434
5473
|
};
|
|
5435
5474
|
};
|
|
@@ -5451,7 +5490,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
5451
5490
|
readonly type: 'string';
|
|
5452
5491
|
};
|
|
5453
5492
|
};
|
|
5454
|
-
readonly required: readonly [
|
|
5493
|
+
readonly required: readonly ["label", "url"];
|
|
5455
5494
|
readonly additionalProperties: false;
|
|
5456
5495
|
};
|
|
5457
5496
|
};
|
|
@@ -5478,7 +5517,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
5478
5517
|
readonly type: 'string';
|
|
5479
5518
|
};
|
|
5480
5519
|
};
|
|
5481
|
-
readonly required: readonly [
|
|
5520
|
+
readonly required: readonly ["type", "key"];
|
|
5482
5521
|
readonly additionalProperties: false;
|
|
5483
5522
|
};
|
|
5484
5523
|
};
|
|
@@ -5489,6 +5528,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
5489
5528
|
readonly additionalProperties: true;
|
|
5490
5529
|
};
|
|
5491
5530
|
type: {
|
|
5531
|
+
readonly type: 'string';
|
|
5492
5532
|
readonly const: 'service';
|
|
5493
5533
|
};
|
|
5494
5534
|
} | {
|
|
@@ -5548,12 +5588,12 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
5548
5588
|
readonly type: 'string';
|
|
5549
5589
|
};
|
|
5550
5590
|
};
|
|
5551
|
-
readonly required: readonly [
|
|
5591
|
+
readonly required: readonly ["name"];
|
|
5552
5592
|
readonly additionalProperties: false;
|
|
5553
5593
|
};
|
|
5554
5594
|
};
|
|
5555
5595
|
};
|
|
5556
|
-
readonly required: readonly [
|
|
5596
|
+
readonly required: readonly ["channels"];
|
|
5557
5597
|
readonly additionalProperties: false;
|
|
5558
5598
|
};
|
|
5559
5599
|
};
|
|
@@ -5575,7 +5615,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
5575
5615
|
readonly type: 'string';
|
|
5576
5616
|
};
|
|
5577
5617
|
};
|
|
5578
|
-
readonly required: readonly [
|
|
5618
|
+
readonly required: readonly ["label", "url"];
|
|
5579
5619
|
readonly additionalProperties: false;
|
|
5580
5620
|
};
|
|
5581
5621
|
};
|
|
@@ -5602,7 +5642,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
5602
5642
|
readonly type: 'string';
|
|
5603
5643
|
};
|
|
5604
5644
|
};
|
|
5605
|
-
readonly required: readonly [
|
|
5645
|
+
readonly required: readonly ["type", "key"];
|
|
5606
5646
|
readonly additionalProperties: false;
|
|
5607
5647
|
};
|
|
5608
5648
|
};
|
|
@@ -5613,6 +5653,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
5613
5653
|
readonly additionalProperties: true;
|
|
5614
5654
|
};
|
|
5615
5655
|
type: {
|
|
5656
|
+
readonly type: 'string';
|
|
5616
5657
|
readonly const: 'domain';
|
|
5617
5658
|
};
|
|
5618
5659
|
} | {
|
|
@@ -5672,12 +5713,12 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
5672
5713
|
readonly type: 'string';
|
|
5673
5714
|
};
|
|
5674
5715
|
};
|
|
5675
|
-
readonly required: readonly [
|
|
5716
|
+
readonly required: readonly ["name"];
|
|
5676
5717
|
readonly additionalProperties: false;
|
|
5677
5718
|
};
|
|
5678
5719
|
};
|
|
5679
5720
|
};
|
|
5680
|
-
readonly required: readonly [
|
|
5721
|
+
readonly required: readonly ["channels"];
|
|
5681
5722
|
readonly additionalProperties: false;
|
|
5682
5723
|
};
|
|
5683
5724
|
};
|
|
@@ -5699,7 +5740,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
5699
5740
|
readonly type: 'string';
|
|
5700
5741
|
};
|
|
5701
5742
|
};
|
|
5702
|
-
readonly required: readonly [
|
|
5743
|
+
readonly required: readonly ["label", "url"];
|
|
5703
5744
|
readonly additionalProperties: false;
|
|
5704
5745
|
};
|
|
5705
5746
|
};
|
|
@@ -5726,7 +5767,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
5726
5767
|
readonly type: 'string';
|
|
5727
5768
|
};
|
|
5728
5769
|
};
|
|
5729
|
-
readonly required: readonly [
|
|
5770
|
+
readonly required: readonly ["type", "key"];
|
|
5730
5771
|
readonly additionalProperties: false;
|
|
5731
5772
|
};
|
|
5732
5773
|
};
|
|
@@ -5737,13 +5778,14 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
5737
5778
|
readonly additionalProperties: true;
|
|
5738
5779
|
};
|
|
5739
5780
|
type: {
|
|
5781
|
+
readonly type: 'string';
|
|
5740
5782
|
readonly const: 'team';
|
|
5741
5783
|
};
|
|
5742
5784
|
};
|
|
5743
5785
|
} | {
|
|
5744
5786
|
type: 'object';
|
|
5745
5787
|
nodeTypeName: "TeamEntity";
|
|
5746
|
-
required: readonly [
|
|
5788
|
+
required: readonly ["key", "title", "type"];
|
|
5747
5789
|
additionalProperties: false;
|
|
5748
5790
|
properties: {
|
|
5749
5791
|
version: {
|
|
@@ -5802,12 +5844,12 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
5802
5844
|
readonly type: 'string';
|
|
5803
5845
|
};
|
|
5804
5846
|
};
|
|
5805
|
-
readonly required: readonly [
|
|
5847
|
+
readonly required: readonly ["name"];
|
|
5806
5848
|
readonly additionalProperties: false;
|
|
5807
5849
|
};
|
|
5808
5850
|
};
|
|
5809
5851
|
};
|
|
5810
|
-
readonly required: readonly [
|
|
5852
|
+
readonly required: readonly ["channels"];
|
|
5811
5853
|
readonly additionalProperties: false;
|
|
5812
5854
|
};
|
|
5813
5855
|
};
|
|
@@ -5829,7 +5871,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
5829
5871
|
readonly type: 'string';
|
|
5830
5872
|
};
|
|
5831
5873
|
};
|
|
5832
|
-
readonly required: readonly [
|
|
5874
|
+
readonly required: readonly ["label", "url"];
|
|
5833
5875
|
readonly additionalProperties: false;
|
|
5834
5876
|
};
|
|
5835
5877
|
};
|
|
@@ -5856,11 +5898,12 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
5856
5898
|
readonly type: 'string';
|
|
5857
5899
|
};
|
|
5858
5900
|
};
|
|
5859
|
-
readonly required: readonly [
|
|
5901
|
+
readonly required: readonly ["type", "key"];
|
|
5860
5902
|
readonly additionalProperties: false;
|
|
5861
5903
|
};
|
|
5862
5904
|
};
|
|
5863
5905
|
type: {
|
|
5906
|
+
readonly type: 'string';
|
|
5864
5907
|
readonly const: 'user';
|
|
5865
5908
|
};
|
|
5866
5909
|
metadata: {
|
|
@@ -5872,7 +5915,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
5872
5915
|
readonly description: 'Email of the user';
|
|
5873
5916
|
};
|
|
5874
5917
|
};
|
|
5875
|
-
readonly required: readonly [
|
|
5918
|
+
readonly required: readonly ["email"];
|
|
5876
5919
|
readonly additionalProperties: true;
|
|
5877
5920
|
};
|
|
5878
5921
|
} | {
|
|
@@ -5932,12 +5975,12 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
5932
5975
|
readonly type: 'string';
|
|
5933
5976
|
};
|
|
5934
5977
|
};
|
|
5935
|
-
readonly required: readonly [
|
|
5978
|
+
readonly required: readonly ["name"];
|
|
5936
5979
|
readonly additionalProperties: false;
|
|
5937
5980
|
};
|
|
5938
5981
|
};
|
|
5939
5982
|
};
|
|
5940
|
-
readonly required: readonly [
|
|
5983
|
+
readonly required: readonly ["channels"];
|
|
5941
5984
|
readonly additionalProperties: false;
|
|
5942
5985
|
};
|
|
5943
5986
|
};
|
|
@@ -5959,7 +6002,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
5959
6002
|
readonly type: 'string';
|
|
5960
6003
|
};
|
|
5961
6004
|
};
|
|
5962
|
-
readonly required: readonly [
|
|
6005
|
+
readonly required: readonly ["label", "url"];
|
|
5963
6006
|
readonly additionalProperties: false;
|
|
5964
6007
|
};
|
|
5965
6008
|
};
|
|
@@ -5986,11 +6029,12 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
5986
6029
|
readonly type: 'string';
|
|
5987
6030
|
};
|
|
5988
6031
|
};
|
|
5989
|
-
readonly required: readonly [
|
|
6032
|
+
readonly required: readonly ["type", "key"];
|
|
5990
6033
|
readonly additionalProperties: false;
|
|
5991
6034
|
};
|
|
5992
6035
|
};
|
|
5993
6036
|
type: {
|
|
6037
|
+
readonly type: 'string';
|
|
5994
6038
|
readonly const: 'api-operation';
|
|
5995
6039
|
};
|
|
5996
6040
|
metadata: {
|
|
@@ -5999,7 +6043,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
5999
6043
|
readonly properties: {
|
|
6000
6044
|
readonly method: {
|
|
6001
6045
|
readonly type: 'string';
|
|
6002
|
-
readonly enum: readonly [
|
|
6046
|
+
readonly enum: readonly ["GET", "POST", "PUT", "DELETE", "PATCH", "MUTATION", "QUERY", "SUBSCRIBE", "PUBLISH"];
|
|
6003
6047
|
readonly description: 'HTTP method of the API operation';
|
|
6004
6048
|
};
|
|
6005
6049
|
readonly path: {
|
|
@@ -6021,7 +6065,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
6021
6065
|
};
|
|
6022
6066
|
};
|
|
6023
6067
|
};
|
|
6024
|
-
readonly required: readonly [
|
|
6068
|
+
readonly required: readonly ["method", "path"];
|
|
6025
6069
|
readonly additionalProperties: true;
|
|
6026
6070
|
};
|
|
6027
6071
|
} | {
|
|
@@ -6081,12 +6125,12 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
6081
6125
|
readonly type: 'string';
|
|
6082
6126
|
};
|
|
6083
6127
|
};
|
|
6084
|
-
readonly required: readonly [
|
|
6128
|
+
readonly required: readonly ["name"];
|
|
6085
6129
|
readonly additionalProperties: false;
|
|
6086
6130
|
};
|
|
6087
6131
|
};
|
|
6088
6132
|
};
|
|
6089
|
-
readonly required: readonly [
|
|
6133
|
+
readonly required: readonly ["channels"];
|
|
6090
6134
|
readonly additionalProperties: false;
|
|
6091
6135
|
};
|
|
6092
6136
|
};
|
|
@@ -6108,7 +6152,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
6108
6152
|
readonly type: 'string';
|
|
6109
6153
|
};
|
|
6110
6154
|
};
|
|
6111
|
-
readonly required: readonly [
|
|
6155
|
+
readonly required: readonly ["label", "url"];
|
|
6112
6156
|
readonly additionalProperties: false;
|
|
6113
6157
|
};
|
|
6114
6158
|
};
|
|
@@ -6135,11 +6179,12 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
6135
6179
|
readonly type: 'string';
|
|
6136
6180
|
};
|
|
6137
6181
|
};
|
|
6138
|
-
readonly required: readonly [
|
|
6182
|
+
readonly required: readonly ["type", "key"];
|
|
6139
6183
|
readonly additionalProperties: false;
|
|
6140
6184
|
};
|
|
6141
6185
|
};
|
|
6142
6186
|
type: {
|
|
6187
|
+
readonly type: 'string';
|
|
6143
6188
|
readonly const: 'data-schema';
|
|
6144
6189
|
};
|
|
6145
6190
|
metadata: {
|
|
@@ -6148,7 +6193,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
6148
6193
|
readonly properties: {
|
|
6149
6194
|
readonly specType: {
|
|
6150
6195
|
readonly type: 'string';
|
|
6151
|
-
readonly enum: readonly [
|
|
6196
|
+
readonly enum: readonly ["jsonschema", "openapi", "asyncapi", "avro", "zod", "graphql", "protobuf", "arazzo"];
|
|
6152
6197
|
readonly description: 'Specification type of the data schema';
|
|
6153
6198
|
};
|
|
6154
6199
|
readonly schema: {
|
|
@@ -6160,7 +6205,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
6160
6205
|
readonly description: 'SDL of the data structure';
|
|
6161
6206
|
};
|
|
6162
6207
|
};
|
|
6163
|
-
readonly required: readonly [
|
|
6208
|
+
readonly required: readonly ["specType"];
|
|
6164
6209
|
readonly additionalProperties: true;
|
|
6165
6210
|
};
|
|
6166
6211
|
} | {
|
|
@@ -6220,12 +6265,12 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
6220
6265
|
readonly type: 'string';
|
|
6221
6266
|
};
|
|
6222
6267
|
};
|
|
6223
|
-
readonly required: readonly [
|
|
6268
|
+
readonly required: readonly ["name"];
|
|
6224
6269
|
readonly additionalProperties: false;
|
|
6225
6270
|
};
|
|
6226
6271
|
};
|
|
6227
6272
|
};
|
|
6228
|
-
readonly required: readonly [
|
|
6273
|
+
readonly required: readonly ["channels"];
|
|
6229
6274
|
readonly additionalProperties: false;
|
|
6230
6275
|
};
|
|
6231
6276
|
};
|
|
@@ -6247,7 +6292,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
6247
6292
|
readonly type: 'string';
|
|
6248
6293
|
};
|
|
6249
6294
|
};
|
|
6250
|
-
readonly required: readonly [
|
|
6295
|
+
readonly required: readonly ["label", "url"];
|
|
6251
6296
|
readonly additionalProperties: false;
|
|
6252
6297
|
};
|
|
6253
6298
|
};
|
|
@@ -6274,11 +6319,12 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
6274
6319
|
readonly type: 'string';
|
|
6275
6320
|
};
|
|
6276
6321
|
};
|
|
6277
|
-
readonly required: readonly [
|
|
6322
|
+
readonly required: readonly ["type", "key"];
|
|
6278
6323
|
readonly additionalProperties: false;
|
|
6279
6324
|
};
|
|
6280
6325
|
};
|
|
6281
6326
|
type: {
|
|
6327
|
+
readonly type: 'string';
|
|
6282
6328
|
readonly const: 'api-description';
|
|
6283
6329
|
};
|
|
6284
6330
|
metadata: {
|
|
@@ -6287,7 +6333,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
6287
6333
|
readonly properties: {
|
|
6288
6334
|
readonly specType: {
|
|
6289
6335
|
readonly type: 'string';
|
|
6290
|
-
readonly enum: readonly [
|
|
6336
|
+
readonly enum: readonly ["jsonschema", "openapi", "asyncapi", "avro", "zod", "graphql", "protobuf", "arazzo"];
|
|
6291
6337
|
readonly description: 'Type of the API description';
|
|
6292
6338
|
};
|
|
6293
6339
|
readonly descriptionFile: {
|
|
@@ -6295,7 +6341,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
6295
6341
|
readonly description: 'Path to the file containing the API description';
|
|
6296
6342
|
};
|
|
6297
6343
|
};
|
|
6298
|
-
readonly required: readonly [
|
|
6344
|
+
readonly required: readonly ["specType", "descriptionFile"];
|
|
6299
6345
|
readonly additionalProperties: true;
|
|
6300
6346
|
};
|
|
6301
6347
|
} | {
|
|
@@ -6355,12 +6401,12 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
6355
6401
|
readonly type: 'string';
|
|
6356
6402
|
};
|
|
6357
6403
|
};
|
|
6358
|
-
readonly required: readonly [
|
|
6404
|
+
readonly required: readonly ["name"];
|
|
6359
6405
|
readonly additionalProperties: false;
|
|
6360
6406
|
};
|
|
6361
6407
|
};
|
|
6362
6408
|
};
|
|
6363
|
-
readonly required: readonly [
|
|
6409
|
+
readonly required: readonly ["channels"];
|
|
6364
6410
|
readonly additionalProperties: false;
|
|
6365
6411
|
};
|
|
6366
6412
|
};
|
|
@@ -6382,7 +6428,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
6382
6428
|
readonly type: 'string';
|
|
6383
6429
|
};
|
|
6384
6430
|
};
|
|
6385
|
-
readonly required: readonly [
|
|
6431
|
+
readonly required: readonly ["label", "url"];
|
|
6386
6432
|
readonly additionalProperties: false;
|
|
6387
6433
|
};
|
|
6388
6434
|
};
|
|
@@ -6409,7 +6455,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
6409
6455
|
readonly type: 'string';
|
|
6410
6456
|
};
|
|
6411
6457
|
};
|
|
6412
|
-
readonly required: readonly [
|
|
6458
|
+
readonly required: readonly ["type", "key"];
|
|
6413
6459
|
readonly additionalProperties: false;
|
|
6414
6460
|
};
|
|
6415
6461
|
};
|
|
@@ -6420,6 +6466,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
6420
6466
|
readonly additionalProperties: true;
|
|
6421
6467
|
};
|
|
6422
6468
|
type: {
|
|
6469
|
+
readonly type: 'string';
|
|
6423
6470
|
readonly const: 'service';
|
|
6424
6471
|
};
|
|
6425
6472
|
} | {
|
|
@@ -6479,12 +6526,12 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
6479
6526
|
readonly type: 'string';
|
|
6480
6527
|
};
|
|
6481
6528
|
};
|
|
6482
|
-
readonly required: readonly [
|
|
6529
|
+
readonly required: readonly ["name"];
|
|
6483
6530
|
readonly additionalProperties: false;
|
|
6484
6531
|
};
|
|
6485
6532
|
};
|
|
6486
6533
|
};
|
|
6487
|
-
readonly required: readonly [
|
|
6534
|
+
readonly required: readonly ["channels"];
|
|
6488
6535
|
readonly additionalProperties: false;
|
|
6489
6536
|
};
|
|
6490
6537
|
};
|
|
@@ -6506,7 +6553,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
6506
6553
|
readonly type: 'string';
|
|
6507
6554
|
};
|
|
6508
6555
|
};
|
|
6509
|
-
readonly required: readonly [
|
|
6556
|
+
readonly required: readonly ["label", "url"];
|
|
6510
6557
|
readonly additionalProperties: false;
|
|
6511
6558
|
};
|
|
6512
6559
|
};
|
|
@@ -6533,7 +6580,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
6533
6580
|
readonly type: 'string';
|
|
6534
6581
|
};
|
|
6535
6582
|
};
|
|
6536
|
-
readonly required: readonly [
|
|
6583
|
+
readonly required: readonly ["type", "key"];
|
|
6537
6584
|
readonly additionalProperties: false;
|
|
6538
6585
|
};
|
|
6539
6586
|
};
|
|
@@ -6544,6 +6591,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
6544
6591
|
readonly additionalProperties: true;
|
|
6545
6592
|
};
|
|
6546
6593
|
type: {
|
|
6594
|
+
readonly type: 'string';
|
|
6547
6595
|
readonly const: 'domain';
|
|
6548
6596
|
};
|
|
6549
6597
|
} | {
|
|
@@ -6603,12 +6651,12 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
6603
6651
|
readonly type: 'string';
|
|
6604
6652
|
};
|
|
6605
6653
|
};
|
|
6606
|
-
readonly required: readonly [
|
|
6654
|
+
readonly required: readonly ["name"];
|
|
6607
6655
|
readonly additionalProperties: false;
|
|
6608
6656
|
};
|
|
6609
6657
|
};
|
|
6610
6658
|
};
|
|
6611
|
-
readonly required: readonly [
|
|
6659
|
+
readonly required: readonly ["channels"];
|
|
6612
6660
|
readonly additionalProperties: false;
|
|
6613
6661
|
};
|
|
6614
6662
|
};
|
|
@@ -6630,7 +6678,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
6630
6678
|
readonly type: 'string';
|
|
6631
6679
|
};
|
|
6632
6680
|
};
|
|
6633
|
-
readonly required: readonly [
|
|
6681
|
+
readonly required: readonly ["label", "url"];
|
|
6634
6682
|
readonly additionalProperties: false;
|
|
6635
6683
|
};
|
|
6636
6684
|
};
|
|
@@ -6657,7 +6705,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
6657
6705
|
readonly type: 'string';
|
|
6658
6706
|
};
|
|
6659
6707
|
};
|
|
6660
|
-
readonly required: readonly [
|
|
6708
|
+
readonly required: readonly ["type", "key"];
|
|
6661
6709
|
readonly additionalProperties: false;
|
|
6662
6710
|
};
|
|
6663
6711
|
};
|
|
@@ -6668,6 +6716,7 @@ export declare function createEntitySchema(catalogConfig: EntitiesCatalogConfig)
|
|
|
6668
6716
|
readonly additionalProperties: true;
|
|
6669
6717
|
};
|
|
6670
6718
|
type: {
|
|
6719
|
+
readonly type: 'string';
|
|
6671
6720
|
readonly const: 'team';
|
|
6672
6721
|
};
|
|
6673
6722
|
};
|