File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
specs/ingestion/common/schemas Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -128,9 +128,35 @@ SourceBigCommerce:
128
128
description : The store hash identifying the store the shopper is signing in to.
129
129
channel :
130
130
$ref : ' #/BigCommerceChannel'
131
+ customFields :
132
+ type : array
133
+ items :
134
+ type : string
135
+ productMetafields :
136
+ type : array
137
+ items :
138
+ $ref : ' #/BigCommerceMetafield'
139
+ variantMetafields :
140
+ type : array
141
+ items :
142
+ $ref : ' #/BigCommerceMetafield'
131
143
required :
132
144
- store_hash
133
145
146
+ BigCommerceMetafield :
147
+ type : object
148
+ additionalProperties : false
149
+ properties :
150
+ namespace :
151
+ type : string
152
+ description : The namespace of the metafield.
153
+ key :
154
+ type : string
155
+ description : The key identifier of the metafield.
156
+ required :
157
+ - namespace
158
+ - key
159
+
134
160
BigCommerceChannel :
135
161
type : object
136
162
additionalProperties : false
You can’t perform that action at this time.
0 commit comments