ebay-mcp 1.4.3
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/LICENSE +201 -0
- package/README.md +586 -0
- package/build/api/account-management/account.d.ts +216 -0
- package/build/api/account-management/account.js +305 -0
- package/build/api/analytics-and-report/analytics.d.ts +33 -0
- package/build/api/analytics-and-report/analytics.js +102 -0
- package/build/api/client.d.ts +89 -0
- package/build/api/client.js +343 -0
- package/build/api/communication/feedback.d.ts +45 -0
- package/build/api/communication/feedback.js +119 -0
- package/build/api/communication/message.d.ts +55 -0
- package/build/api/communication/message.js +131 -0
- package/build/api/communication/negotiation.d.ts +39 -0
- package/build/api/communication/negotiation.js +97 -0
- package/build/api/communication/notification.d.ts +128 -0
- package/build/api/communication/notification.js +373 -0
- package/build/api/index.d.ts +96 -0
- package/build/api/index.js +121 -0
- package/build/api/listing-management/inventory.d.ts +216 -0
- package/build/api/listing-management/inventory.js +633 -0
- package/build/api/listing-metadata/metadata.d.ts +154 -0
- package/build/api/listing-metadata/metadata.js +485 -0
- package/build/api/listing-metadata/taxonomy.d.ts +38 -0
- package/build/api/listing-metadata/taxonomy.js +58 -0
- package/build/api/marketing-and-promotions/marketing.d.ts +395 -0
- package/build/api/marketing-and-promotions/marketing.js +565 -0
- package/build/api/marketing-and-promotions/recommendation.d.ts +20 -0
- package/build/api/marketing-and-promotions/recommendation.js +32 -0
- package/build/api/order-management/dispute.d.ts +65 -0
- package/build/api/order-management/dispute.js +69 -0
- package/build/api/order-management/fulfillment.d.ts +80 -0
- package/build/api/order-management/fulfillment.js +89 -0
- package/build/api/other/compliance.d.ts +26 -0
- package/build/api/other/compliance.js +47 -0
- package/build/api/other/edelivery.d.ts +153 -0
- package/build/api/other/edelivery.js +219 -0
- package/build/api/other/identity.d.ts +17 -0
- package/build/api/other/identity.js +24 -0
- package/build/api/other/translation.d.ts +14 -0
- package/build/api/other/translation.js +22 -0
- package/build/api/other/vero.d.ts +30 -0
- package/build/api/other/vero.js +48 -0
- package/build/auth/oauth-metadata.d.ts +46 -0
- package/build/auth/oauth-metadata.js +59 -0
- package/build/auth/oauth-middleware.d.ts +35 -0
- package/build/auth/oauth-middleware.js +99 -0
- package/build/auth/oauth-types.d.ts +66 -0
- package/build/auth/oauth-types.js +4 -0
- package/build/auth/oauth.d.ts +93 -0
- package/build/auth/oauth.js +383 -0
- package/build/auth/scope-utils.d.ts +70 -0
- package/build/auth/scope-utils.js +304 -0
- package/build/auth/token-verifier.d.ts +57 -0
- package/build/auth/token-verifier.js +172 -0
- package/build/config/environment.d.ts +61 -0
- package/build/config/environment.js +260 -0
- package/build/index.d.ts +1 -0
- package/build/index.js +98 -0
- package/build/schemas/account-management/account.d.ts +5324 -0
- package/build/schemas/account-management/account.js +366 -0
- package/build/schemas/analytics/analytics.d.ts +167 -0
- package/build/schemas/analytics/analytics.js +191 -0
- package/build/schemas/communication/messages.d.ts +1872 -0
- package/build/schemas/communication/messages.js +348 -0
- package/build/schemas/fulfillment/orders.d.ts +4655 -0
- package/build/schemas/fulfillment/orders.js +317 -0
- package/build/schemas/index.d.ts +2100 -0
- package/build/schemas/index.js +68 -0
- package/build/schemas/inventory-management/inventory.d.ts +6419 -0
- package/build/schemas/inventory-management/inventory.js +450 -0
- package/build/schemas/marketing/marketing.d.ts +14181 -0
- package/build/schemas/marketing/marketing.js +1088 -0
- package/build/schemas/metadata/metadata.d.ts +5259 -0
- package/build/schemas/metadata/metadata.js +614 -0
- package/build/schemas/other/other-apis.d.ts +257 -0
- package/build/schemas/other/other-apis.js +372 -0
- package/build/schemas/taxonomy/taxonomy.d.ts +215 -0
- package/build/schemas/taxonomy/taxonomy.js +571 -0
- package/build/scripts/auto-setup.d.ts +12 -0
- package/build/scripts/auto-setup.js +277 -0
- package/build/scripts/diagnostics.d.ts +8 -0
- package/build/scripts/diagnostics.js +299 -0
- package/build/scripts/download-specs.d.ts +1 -0
- package/build/scripts/download-specs.js +116 -0
- package/build/scripts/interactive-setup.d.ts +21 -0
- package/build/scripts/interactive-setup.js +723 -0
- package/build/server-http.d.ts +11 -0
- package/build/server-http.js +361 -0
- package/build/tools/definitions/account-with-schemas.d.ts +39 -0
- package/build/tools/definitions/account-with-schemas.js +170 -0
- package/build/tools/definitions/account.d.ts +12 -0
- package/build/tools/definitions/account.js +428 -0
- package/build/tools/definitions/analytics.d.ts +25 -0
- package/build/tools/definitions/analytics.js +66 -0
- package/build/tools/definitions/communication.d.ts +12 -0
- package/build/tools/definitions/communication.js +151 -0
- package/build/tools/definitions/fulfillment.d.ts +12 -0
- package/build/tools/definitions/fulfillment.js +326 -0
- package/build/tools/definitions/index.d.ts +25 -0
- package/build/tools/definitions/index.js +37 -0
- package/build/tools/definitions/inventory.d.ts +12 -0
- package/build/tools/definitions/inventory.js +429 -0
- package/build/tools/definitions/marketing.d.ts +12 -0
- package/build/tools/definitions/marketing.js +1095 -0
- package/build/tools/definitions/metadata.d.ts +12 -0
- package/build/tools/definitions/metadata.js +188 -0
- package/build/tools/definitions/other.d.ts +13 -0
- package/build/tools/definitions/other.js +309 -0
- package/build/tools/definitions/taxonomy.d.ts +25 -0
- package/build/tools/definitions/taxonomy.js +64 -0
- package/build/tools/definitions/token-management.d.ts +35 -0
- package/build/tools/definitions/token-management.js +103 -0
- package/build/tools/index.d.ts +11 -0
- package/build/tools/index.js +1003 -0
- package/build/tools/schemas.d.ts +14764 -0
- package/build/tools/schemas.js +667 -0
- package/build/tools/tool-definitions.d.ts +35 -0
- package/build/tools/tool-definitions.js +3534 -0
- package/build/types/application-settings/developerAnalyticsV1BetaOas3.d.ts +197 -0
- package/build/types/application-settings/developerAnalyticsV1BetaOas3.js +5 -0
- package/build/types/application-settings/developerClientRegistrationV1Oas3.d.ts +155 -0
- package/build/types/application-settings/developerClientRegistrationV1Oas3.js +5 -0
- package/build/types/application-settings/developerKeyManagementV1Oas3.d.ts +246 -0
- package/build/types/application-settings/developerKeyManagementV1Oas3.js +5 -0
- package/build/types/ebay-enums.d.ts +1204 -0
- package/build/types/ebay-enums.js +1330 -0
- package/build/types/ebay.d.ts +143 -0
- package/build/types/ebay.js +123 -0
- package/build/types/index.d.ts +6 -0
- package/build/types/index.js +10 -0
- package/build/types/sell-apps/account-management/sellAccountV1Oas3.d.ts +2579 -0
- package/build/types/sell-apps/account-management/sellAccountV1Oas3.js +5 -0
- package/build/types/sell-apps/analytics-and-report/sellAnalyticsV1Oas3.d.ts +446 -0
- package/build/types/sell-apps/analytics-and-report/sellAnalyticsV1Oas3.js +5 -0
- package/build/types/sell-apps/communication/commerceFeedbackV1BetaOas3.d.ts +705 -0
- package/build/types/sell-apps/communication/commerceFeedbackV1BetaOas3.js +5 -0
- package/build/types/sell-apps/communication/commerceMessageV1Oas3.d.ts +590 -0
- package/build/types/sell-apps/communication/commerceMessageV1Oas3.js +5 -0
- package/build/types/sell-apps/communication/commerceNotificationV1Oas3.d.ts +1276 -0
- package/build/types/sell-apps/communication/commerceNotificationV1Oas3.js +5 -0
- package/build/types/sell-apps/communication/sellNegotiationV1Oas3.d.ts +277 -0
- package/build/types/sell-apps/communication/sellNegotiationV1Oas3.js +5 -0
- package/build/types/sell-apps/listing-management/sellInventoryV1Oas3.d.ts +3133 -0
- package/build/types/sell-apps/listing-management/sellInventoryV1Oas3.js +5 -0
- package/build/types/sell-apps/listing-metadata/sellMetadataV1Oas3.d.ts +2289 -0
- package/build/types/sell-apps/listing-metadata/sellMetadataV1Oas3.js +5 -0
- package/build/types/sell-apps/markeitng-and-promotions/sellMarketingV1Oas3.d.ts +6650 -0
- package/build/types/sell-apps/markeitng-and-promotions/sellMarketingV1Oas3.js +5 -0
- package/build/types/sell-apps/markeitng-and-promotions/sellRecommendationV1Oas3.d.ts +172 -0
- package/build/types/sell-apps/markeitng-and-promotions/sellRecommendationV1Oas3.js +5 -0
- package/build/types/sell-apps/order-management/sellFulfillmentV1Oas3.d.ts +1869 -0
- package/build/types/sell-apps/order-management/sellFulfillmentV1Oas3.js +5 -0
- package/build/types/sell-apps/other-apis/commerceIdentityV1Oas3.d.ts +178 -0
- package/build/types/sell-apps/other-apis/commerceIdentityV1Oas3.js +5 -0
- package/build/types/sell-apps/other-apis/commerceTranslationV1BetaOas3.d.ts +128 -0
- package/build/types/sell-apps/other-apis/commerceTranslationV1BetaOas3.js +5 -0
- package/build/types/sell-apps/other-apis/commerceVeroV1Oas3.d.ts +417 -0
- package/build/types/sell-apps/other-apis/commerceVeroV1Oas3.js +5 -0
- package/build/types/sell-apps/other-apis/sellComplianceV1Oas3.d.ts +273 -0
- package/build/types/sell-apps/other-apis/sellComplianceV1Oas3.js +5 -0
- package/build/types/sell-apps/other-apis/sellEdeliveryInternationalShippingOas3.d.ts +2537 -0
- package/build/types/sell-apps/other-apis/sellEdeliveryInternationalShippingOas3.js +5 -0
- package/build/types/sell-apps/other-apis/sellMarketingV1Oas3.d.ts +6650 -0
- package/build/types/sell-apps/other-apis/sellMarketingV1Oas3.js +5 -0
- package/build/types/sell-apps/other-apis/sellRecommendationV1Oas3.d.ts +172 -0
- package/build/types/sell-apps/other-apis/sellRecommendationV1Oas3.js +5 -0
- package/build/utils/account-management/account.d.ts +1094 -0
- package/build/utils/account-management/account.js +831 -0
- package/build/utils/communication/feedback.d.ts +152 -0
- package/build/utils/communication/feedback.js +216 -0
- package/build/utils/communication/message.d.ts +174 -0
- package/build/utils/communication/message.js +242 -0
- package/build/utils/communication/negotiation.d.ts +123 -0
- package/build/utils/communication/negotiation.js +150 -0
- package/build/utils/communication/notification.d.ts +370 -0
- package/build/utils/communication/notification.js +369 -0
- package/build/utils/date-converter.d.ts +59 -0
- package/build/utils/date-converter.js +160 -0
- package/build/utils/llm-client-detector.d.ts +54 -0
- package/build/utils/llm-client-detector.js +318 -0
- package/build/utils/oauth-helper.d.ts +37 -0
- package/build/utils/oauth-helper.js +315 -0
- package/build/utils/order-management/dispute.d.ts +346 -0
- package/build/utils/order-management/dispute.js +369 -0
- package/build/utils/order-management/fulfillment.d.ts +200 -0
- package/build/utils/order-management/fulfillment.js +205 -0
- package/build/utils/other/compliance.d.ts +49 -0
- package/build/utils/other/compliance.js +76 -0
- package/build/utils/other/edelivery.d.ts +310 -0
- package/build/utils/other/edelivery.js +241 -0
- package/build/utils/other/identity.d.ts +13 -0
- package/build/utils/other/identity.js +13 -0
- package/build/utils/other/translation.d.ts +28 -0
- package/build/utils/other/translation.js +41 -0
- package/build/utils/other/vero.d.ts +61 -0
- package/build/utils/other/vero.js +90 -0
- package/build/utils/scope-helper.d.ts +49 -0
- package/build/utils/scope-helper.js +207 -0
- package/build/utils/security-checker.d.ts +46 -0
- package/build/utils/security-checker.js +248 -0
- package/build/utils/setup-validator.d.ts +25 -0
- package/build/utils/setup-validator.js +305 -0
- package/build/utils/token-utils.d.ts +40 -0
- package/build/utils/token-utils.js +40 -0
- package/package.json +115 -0
|
@@ -0,0 +1,191 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { zodToJsonSchema } from 'zod-to-json-schema';
|
|
3
|
+
/**
|
|
4
|
+
* Analytics API Schemas
|
|
5
|
+
*
|
|
6
|
+
* This file contains Zod schemas for the Sell Analytics API.
|
|
7
|
+
* Schemas are organized by type and include all analytics-related endpoints.
|
|
8
|
+
*/
|
|
9
|
+
// ============================================================================
|
|
10
|
+
// Common Schemas
|
|
11
|
+
// ============================================================================
|
|
12
|
+
const errorParameterSchema = z.object({
|
|
13
|
+
name: z.string().optional(),
|
|
14
|
+
value: z.string().optional(),
|
|
15
|
+
});
|
|
16
|
+
const errorSchema = z.object({
|
|
17
|
+
category: z.string().optional(),
|
|
18
|
+
domain: z.string().optional(),
|
|
19
|
+
errorId: z.number().int().optional(),
|
|
20
|
+
inputRefIds: z.array(z.string()).optional(),
|
|
21
|
+
longMessage: z.string().optional(),
|
|
22
|
+
message: z.string().optional(),
|
|
23
|
+
outputRefIds: z.array(z.string()).optional(),
|
|
24
|
+
parameters: z.array(errorParameterSchema).optional(),
|
|
25
|
+
subdomain: z.string().optional(),
|
|
26
|
+
});
|
|
27
|
+
const valueSchema = z.object({
|
|
28
|
+
applicable: z.boolean().optional(),
|
|
29
|
+
value: z.record(z.never()).optional(),
|
|
30
|
+
});
|
|
31
|
+
// ============================================================================
|
|
32
|
+
// Customer Service Metric Schemas
|
|
33
|
+
// ============================================================================
|
|
34
|
+
const benchmarkMetadataSchema = z.object({
|
|
35
|
+
average: z.string().optional(),
|
|
36
|
+
});
|
|
37
|
+
const metricBenchmarkSchema = z.object({
|
|
38
|
+
adjustment: z.string().optional(),
|
|
39
|
+
basis: z.string().optional(),
|
|
40
|
+
metadata: benchmarkMetadataSchema.optional(),
|
|
41
|
+
rating: z.string().optional(),
|
|
42
|
+
});
|
|
43
|
+
const distributionSchema = z.object({
|
|
44
|
+
name: z.string().optional(),
|
|
45
|
+
value: z.string().optional(),
|
|
46
|
+
});
|
|
47
|
+
const metricDistributionSchema = z.object({
|
|
48
|
+
basis: z.string().optional(),
|
|
49
|
+
data: z.array(distributionSchema).optional(),
|
|
50
|
+
});
|
|
51
|
+
const metricSchema = z.object({
|
|
52
|
+
benchmark: metricBenchmarkSchema.optional(),
|
|
53
|
+
distributions: z.array(metricDistributionSchema).optional(),
|
|
54
|
+
metricKey: z.string().optional(),
|
|
55
|
+
value: z.string().optional(),
|
|
56
|
+
});
|
|
57
|
+
const dimensionSchema = z.object({
|
|
58
|
+
dimensionKey: z.string().optional(),
|
|
59
|
+
name: z.string().optional(),
|
|
60
|
+
value: z.string().optional(),
|
|
61
|
+
});
|
|
62
|
+
const dimensionMetricSchema = z.object({
|
|
63
|
+
dimension: dimensionSchema.optional(),
|
|
64
|
+
metrics: z.array(metricSchema).optional(),
|
|
65
|
+
});
|
|
66
|
+
const evaluationCycleSchema = z.object({
|
|
67
|
+
endDate: z.string().optional(),
|
|
68
|
+
evaluationDate: z.string().optional(),
|
|
69
|
+
evaluationType: z.string().optional(),
|
|
70
|
+
startDate: z.string().optional(),
|
|
71
|
+
});
|
|
72
|
+
const getCustomerServiceMetricResponseSchema = z.object({
|
|
73
|
+
dimensionMetrics: z.array(dimensionMetricSchema).optional(),
|
|
74
|
+
evaluationCycle: evaluationCycleSchema.optional(),
|
|
75
|
+
marketplaceId: z.string().optional(),
|
|
76
|
+
});
|
|
77
|
+
// ============================================================================
|
|
78
|
+
// Seller Standards Profile Schemas
|
|
79
|
+
// ============================================================================
|
|
80
|
+
const cycleSchema = z.object({
|
|
81
|
+
cycleType: z.string().optional(),
|
|
82
|
+
evaluationDate: z.string().optional(),
|
|
83
|
+
evaluationMonth: z.string().optional(),
|
|
84
|
+
});
|
|
85
|
+
const standardsProfileSchema = z.object({
|
|
86
|
+
cycle: cycleSchema.optional(),
|
|
87
|
+
defaultProgram: z.boolean().optional(),
|
|
88
|
+
evaluationReason: z.string().optional(),
|
|
89
|
+
metrics: z.array(metricSchema).optional(),
|
|
90
|
+
program: z.string().optional(),
|
|
91
|
+
standardsLevel: z.string().optional(),
|
|
92
|
+
});
|
|
93
|
+
const findSellerStandardsProfilesResponseSchema = z.object({
|
|
94
|
+
standardsProfiles: z.array(standardsProfileSchema).optional(),
|
|
95
|
+
});
|
|
96
|
+
// ============================================================================
|
|
97
|
+
// Traffic Report Schemas
|
|
98
|
+
// ============================================================================
|
|
99
|
+
const definitionSchema = z.object({
|
|
100
|
+
dataType: z.string().optional(),
|
|
101
|
+
key: z.string().optional(),
|
|
102
|
+
localizedName: z.string().optional(),
|
|
103
|
+
});
|
|
104
|
+
const headerSchema = z.object({
|
|
105
|
+
dimensionKeys: z.array(definitionSchema).optional(),
|
|
106
|
+
metrics: z.array(definitionSchema).optional(),
|
|
107
|
+
});
|
|
108
|
+
const recordSchema = z.object({
|
|
109
|
+
dimensionValues: z.array(valueSchema).optional(),
|
|
110
|
+
metricValues: z.array(valueSchema).optional(),
|
|
111
|
+
});
|
|
112
|
+
const metadataHeaderSchema = z.object({
|
|
113
|
+
key: z.string().optional(),
|
|
114
|
+
metadataKeys: z.array(definitionSchema).optional(),
|
|
115
|
+
});
|
|
116
|
+
const metadataRecordSchema = z.object({
|
|
117
|
+
metadataValues: z.array(valueSchema).optional(),
|
|
118
|
+
value: valueSchema.optional(),
|
|
119
|
+
});
|
|
120
|
+
const metadataSchema = z.object({
|
|
121
|
+
metadataHeader: metadataHeaderSchema.optional(),
|
|
122
|
+
metadataRecords: z.array(metadataRecordSchema).optional(),
|
|
123
|
+
});
|
|
124
|
+
const reportSchema = z.object({
|
|
125
|
+
dimensionMetadata: z.array(metadataSchema).optional(),
|
|
126
|
+
endDate: z.string().optional(),
|
|
127
|
+
header: headerSchema.optional(),
|
|
128
|
+
lastUpdatedDate: z.string().optional(),
|
|
129
|
+
records: z.array(recordSchema).optional(),
|
|
130
|
+
startDate: z.string().optional(),
|
|
131
|
+
warnings: z.array(errorSchema).optional(),
|
|
132
|
+
});
|
|
133
|
+
// ============================================================================
|
|
134
|
+
// Input Schemas for Operations
|
|
135
|
+
// ============================================================================
|
|
136
|
+
const getCustomerServiceMetricInputSchema = z.object({
|
|
137
|
+
customer_service_metric_type: z.string(),
|
|
138
|
+
evaluation_type: z.string(),
|
|
139
|
+
evaluation_marketplace_id: z.string(),
|
|
140
|
+
});
|
|
141
|
+
const getSellerStandardsProfileInputSchema = z.object({
|
|
142
|
+
program: z.string(),
|
|
143
|
+
cycle: z.string(),
|
|
144
|
+
});
|
|
145
|
+
const getTrafficReportInputSchema = z.object({
|
|
146
|
+
dimension: z.string().optional(),
|
|
147
|
+
filter: z.string().optional(),
|
|
148
|
+
metric: z.string().optional(),
|
|
149
|
+
sort: z.string().optional(),
|
|
150
|
+
});
|
|
151
|
+
// ============================================================================
|
|
152
|
+
// JSON Schema Conversion Functions
|
|
153
|
+
// ============================================================================
|
|
154
|
+
/**
|
|
155
|
+
* Convert Zod schemas to JSON Schema format for MCP tools
|
|
156
|
+
*/
|
|
157
|
+
export function getAnalyticsJsonSchemas() {
|
|
158
|
+
return {
|
|
159
|
+
// Customer Service Metrics
|
|
160
|
+
getCustomerServiceMetricInput: zodToJsonSchema(getCustomerServiceMetricInputSchema, 'getCustomerServiceMetricInput'),
|
|
161
|
+
getCustomerServiceMetricOutput: zodToJsonSchema(getCustomerServiceMetricResponseSchema, 'getCustomerServiceMetricOutput'),
|
|
162
|
+
// Seller Standards Profiles
|
|
163
|
+
findSellerStandardsProfilesOutput: zodToJsonSchema(findSellerStandardsProfilesResponseSchema, 'findSellerStandardsProfilesOutput'),
|
|
164
|
+
getSellerStandardsProfileInput: zodToJsonSchema(getSellerStandardsProfileInputSchema, 'getSellerStandardsProfileInput'),
|
|
165
|
+
getSellerStandardsProfileOutput: zodToJsonSchema(standardsProfileSchema, 'getSellerStandardsProfileOutput'),
|
|
166
|
+
// Traffic Reports
|
|
167
|
+
getTrafficReportInput: zodToJsonSchema(getTrafficReportInputSchema, 'getTrafficReportInput'),
|
|
168
|
+
getTrafficReportOutput: zodToJsonSchema(reportSchema, 'getTrafficReportOutput'),
|
|
169
|
+
// Common Types
|
|
170
|
+
benchmarkMetadata: zodToJsonSchema(benchmarkMetadataSchema, 'benchmarkMetadata'),
|
|
171
|
+
cycle: zodToJsonSchema(cycleSchema, 'cycle'),
|
|
172
|
+
definition: zodToJsonSchema(definitionSchema, 'definition'),
|
|
173
|
+
dimension: zodToJsonSchema(dimensionSchema, 'dimension'),
|
|
174
|
+
dimensionMetric: zodToJsonSchema(dimensionMetricSchema, 'dimensionMetric'),
|
|
175
|
+
distribution: zodToJsonSchema(distributionSchema, 'distribution'),
|
|
176
|
+
error: zodToJsonSchema(errorSchema, 'error'),
|
|
177
|
+
errorParameter: zodToJsonSchema(errorParameterSchema, 'errorParameter'),
|
|
178
|
+
evaluationCycle: zodToJsonSchema(evaluationCycleSchema, 'evaluationCycle'),
|
|
179
|
+
header: zodToJsonSchema(headerSchema, 'header'),
|
|
180
|
+
metadata: zodToJsonSchema(metadataSchema, 'metadata'),
|
|
181
|
+
metadataHeader: zodToJsonSchema(metadataHeaderSchema, 'metadataHeader'),
|
|
182
|
+
metadataRecord: zodToJsonSchema(metadataRecordSchema, 'metadataRecord'),
|
|
183
|
+
metric: zodToJsonSchema(metricSchema, 'metric'),
|
|
184
|
+
metricBenchmark: zodToJsonSchema(metricBenchmarkSchema, 'metricBenchmark'),
|
|
185
|
+
metricDistribution: zodToJsonSchema(metricDistributionSchema, 'metricDistribution'),
|
|
186
|
+
record: zodToJsonSchema(recordSchema, 'record'),
|
|
187
|
+
report: zodToJsonSchema(reportSchema, 'report'),
|
|
188
|
+
standardsProfile: zodToJsonSchema(standardsProfileSchema, 'standardsProfile'),
|
|
189
|
+
value: zodToJsonSchema(valueSchema, 'value'),
|
|
190
|
+
};
|
|
191
|
+
}
|