ondc-code-generator 0.8.7 → 0.8.9
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/README.md +1 -1
- package/alpha/docs/page/index.html +6137 -0
- package/alpha/docs/page/style.css +204 -0
- package/alpha/docs/readme.md +5939 -0
- package/alpha/docs/validPaths.json +14351 -0
- package/alpha/page/index.html +6137 -0
- package/alpha/page/style.css +204 -0
- package/alpha/readme.md +5939 -0
- package/alpha/validPaths.json +11393 -34240
- package/alpha/validationpkg/examples/search.json +143 -0
- package/alpha/validationpkg/examples_output/search/case-001/output.json +12 -0
- package/alpha/validationpkg/go.mod +8 -0
- package/alpha/validationpkg/go.sum +4 -0
- package/alpha/validationpkg/jsonvalidations/cancel.go +1289 -0
- package/alpha/validationpkg/jsonvalidations/confirm.go +9121 -0
- package/alpha/validationpkg/jsonvalidations/init.go +4864 -0
- package/alpha/validationpkg/jsonvalidations/issue.go +4868 -0
- package/alpha/validationpkg/jsonvalidations/on_cancel.go +7111 -0
- package/alpha/validationpkg/jsonvalidations/on_confirm.go +8903 -0
- package/alpha/validationpkg/jsonvalidations/on_init.go +4445 -0
- package/alpha/validationpkg/jsonvalidations/on_issue.go +2828 -0
- package/alpha/validationpkg/jsonvalidations/on_issue_status.go +1938 -0
- package/alpha/validationpkg/jsonvalidations/on_search.go +3356 -0
- package/alpha/validationpkg/jsonvalidations/on_status.go +8129 -0
- package/alpha/validationpkg/jsonvalidations/on_track.go +1415 -0
- package/alpha/validationpkg/jsonvalidations/on_update.go +8700 -0
- package/alpha/validationpkg/jsonvalidations/search.go +3585 -0
- package/alpha/validationpkg/jsonvalidations/status.go +1073 -0
- package/alpha/validationpkg/jsonvalidations/track.go +1073 -0
- package/alpha/validationpkg/jsonvalidations/update.go +3012 -0
- package/alpha/validationpkg/main-validator.go +196 -0
- package/alpha/validationpkg/main-validator_test.go +165 -0
- package/alpha/validationpkg/storageutils/api_save_utils.go +83 -0
- package/alpha/validationpkg/storageutils/cancel.go +30 -0
- package/alpha/validationpkg/storageutils/confirm.go +30 -0
- package/alpha/validationpkg/storageutils/index.go +132 -0
- package/alpha/validationpkg/storageutils/init.go +30 -0
- package/alpha/validationpkg/storageutils/issue.go +30 -0
- package/alpha/validationpkg/storageutils/on_cancel.go +30 -0
- package/alpha/validationpkg/storageutils/on_confirm.go +30 -0
- package/alpha/validationpkg/storageutils/on_init.go +30 -0
- package/alpha/validationpkg/storageutils/on_issue.go +30 -0
- package/alpha/validationpkg/storageutils/on_issue_status.go +30 -0
- package/alpha/validationpkg/storageutils/on_search.go +30 -0
- package/alpha/validationpkg/storageutils/on_status.go +30 -0
- package/alpha/validationpkg/storageutils/on_track.go +30 -0
- package/alpha/validationpkg/storageutils/on_update.go +30 -0
- package/alpha/validationpkg/storageutils/save_utils.go +75 -0
- package/alpha/validationpkg/storageutils/search.go +30 -0
- package/alpha/validationpkg/storageutils/status.go +30 -0
- package/alpha/validationpkg/storageutils/track.go +30 -0
- package/alpha/validationpkg/storageutils/update.go +30 -0
- package/alpha/validationpkg/validationutils/json_normalizer.go +152 -0
- package/alpha/validationpkg/validationutils/json_path_utils.go +173 -0
- package/alpha/validationpkg/validationutils/storage-interface.go +107 -0
- package/alpha/validationpkg/validationutils/test-config.go +69 -0
- package/alpha/validationpkg/validationutils/validation_utils.go +429 -0
- package/dist/bin/cli.js +6 -2
- package/dist/generator/config-compiler.d.ts +2 -2
- package/dist/generator/config-compiler.js +10 -4
- package/dist/generator/generators/classes/abstract-generator.d.ts +1 -0
- package/dist/generator/generators/go/go-generator.js +34 -17
- package/dist/generator/generators/go/templates/api-tests.mustache +1 -1
- package/dist/generator/generators/go/templates/go-mod.mustache +1 -1
- package/dist/generator/generators/go/templates/index.mustache +1 -1
- package/dist/generator/generators/go/templates/storage-templates/api-save-utils.mustache +1 -1
- package/dist/generator/generators/go/templates/storage-templates/api-save.mustache +1 -1
- package/dist/generator/generators/go/templates/storage-templates/index.mustache +1 -1
- package/dist/generator/generators/go/templates/storage-templates/save-utils.mustache +1 -1
- package/dist/generator/generators/go/templates/test-templates/validator-test.mustache +6 -6
- package/dist/types/compiler-types.d.ts +2 -1
- package/dist/types/compiler-types.js +1 -0
- package/docs/jval-dsl.md +913 -0
- package/package.json +1 -1
- package/alpha/possible-json-paths.json +0 -248
package/package.json
CHANGED
|
@@ -1,248 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"paths": [],
|
|
3
|
-
"provider": [
|
|
4
|
-
"$.context.domain",
|
|
5
|
-
"$.context.country",
|
|
6
|
-
"$.context.city",
|
|
7
|
-
"$.context.action",
|
|
8
|
-
"$.context.core_version",
|
|
9
|
-
"$.context.bap_id",
|
|
10
|
-
"$.context.bap_uri",
|
|
11
|
-
"$.context.bpp_id",
|
|
12
|
-
"$.context.bpp_uri",
|
|
13
|
-
"$.context.transaction_id",
|
|
14
|
-
"$.context.message_id",
|
|
15
|
-
"$.context.timestamp",
|
|
16
|
-
"$.context.key",
|
|
17
|
-
"$.context.ttl",
|
|
18
|
-
"$.message.catalog['bpp/descriptor'].name",
|
|
19
|
-
"$.message.catalog['bpp/descriptor'].code",
|
|
20
|
-
"$.message.catalog['bpp/descriptor'].symbol",
|
|
21
|
-
"$.message.catalog['bpp/descriptor'].short_desc",
|
|
22
|
-
"$.message.catalog['bpp/descriptor'].long_desc",
|
|
23
|
-
"$.message.catalog['bpp/descriptor'].images[*]",
|
|
24
|
-
"$.message.catalog['bpp/descriptor'].tags[*].code",
|
|
25
|
-
"$.message.catalog['bpp/descriptor'].tags[*].list[*].code",
|
|
26
|
-
"$.message.catalog['bpp/descriptor'].tags[*].list[*].name",
|
|
27
|
-
"$.message.catalog['bpp/descriptor'].tags[*].list[*].value",
|
|
28
|
-
"$.message.catalog['bpp/descriptor'].additional_desc.content_type",
|
|
29
|
-
"$.message.catalog['bpp/providers'][*].id",
|
|
30
|
-
"$.message.catalog['bpp/providers'][*].descriptor.name",
|
|
31
|
-
"$.message.catalog['bpp/providers'][*].descriptor.code",
|
|
32
|
-
"$.message.catalog['bpp/providers'][*].descriptor.symbol",
|
|
33
|
-
"$.message.catalog['bpp/providers'][*].descriptor.short_desc",
|
|
34
|
-
"$.message.catalog['bpp/providers'][*].descriptor.long_desc",
|
|
35
|
-
"$.message.catalog['bpp/providers'][*].descriptor.images[*]",
|
|
36
|
-
"$.message.catalog['bpp/providers'][*].descriptor.tags[*].code",
|
|
37
|
-
"$.message.catalog['bpp/providers'][*].descriptor.tags[*].list[*].code",
|
|
38
|
-
"$.message.catalog['bpp/providers'][*].descriptor.tags[*].list[*].name",
|
|
39
|
-
"$.message.catalog['bpp/providers'][*].descriptor.tags[*].list[*].value",
|
|
40
|
-
"$.message.catalog['bpp/providers'][*].descriptor.additional_desc.content_type",
|
|
41
|
-
"$.message.catalog['bpp/providers'][*].category_id",
|
|
42
|
-
"$.message.catalog['bpp/providers'][*]['@ondc/org/fssai_license_no']",
|
|
43
|
-
"$.message.catalog['bpp/providers'][*].rating",
|
|
44
|
-
"$.message.catalog['bpp/providers'][*].time.label",
|
|
45
|
-
"$.message.catalog['bpp/providers'][*].time.timestamp",
|
|
46
|
-
"$.message.catalog['bpp/providers'][*].time.range.start",
|
|
47
|
-
"$.message.catalog['bpp/providers'][*].time.range.end",
|
|
48
|
-
"$.message.catalog['bpp/providers'][*].time.days",
|
|
49
|
-
"$.message.catalog['bpp/providers'][*].time.schedule.frequency",
|
|
50
|
-
"$.message.catalog['bpp/providers'][*].time.schedule.holidays[*]",
|
|
51
|
-
"$.message.catalog['bpp/providers'][*].time.schedule.times[*]",
|
|
52
|
-
"$.message.catalog['bpp/providers'][*].categories[*].id",
|
|
53
|
-
"$.message.catalog['bpp/providers'][*].categories[*].parent_category_id",
|
|
54
|
-
"$.message.catalog['bpp/providers'][*].categories[*].descriptor.name",
|
|
55
|
-
"$.message.catalog['bpp/providers'][*].categories[*].descriptor.code",
|
|
56
|
-
"$.message.catalog['bpp/providers'][*].categories[*].descriptor.symbol",
|
|
57
|
-
"$.message.catalog['bpp/providers'][*].categories[*].descriptor.short_desc",
|
|
58
|
-
"$.message.catalog['bpp/providers'][*].categories[*].descriptor.long_desc",
|
|
59
|
-
"$.message.catalog['bpp/providers'][*].categories[*].descriptor.images[*]",
|
|
60
|
-
"$.message.catalog['bpp/providers'][*].categories[*].descriptor.tags[*].code",
|
|
61
|
-
"$.message.catalog['bpp/providers'][*].categories[*].descriptor.tags[*].list[*].code",
|
|
62
|
-
"$.message.catalog['bpp/providers'][*].categories[*].descriptor.tags[*].list[*].name",
|
|
63
|
-
"$.message.catalog['bpp/providers'][*].categories[*].descriptor.tags[*].list[*].value",
|
|
64
|
-
"$.message.catalog['bpp/providers'][*].categories[*].descriptor.additional_desc.content_type",
|
|
65
|
-
"$.message.catalog['bpp/providers'][*].categories[*].time.label",
|
|
66
|
-
"$.message.catalog['bpp/providers'][*].categories[*].time.timestamp",
|
|
67
|
-
"$.message.catalog['bpp/providers'][*].categories[*].time.range.start",
|
|
68
|
-
"$.message.catalog['bpp/providers'][*].categories[*].time.range.end",
|
|
69
|
-
"$.message.catalog['bpp/providers'][*].categories[*].time.days",
|
|
70
|
-
"$.message.catalog['bpp/providers'][*].categories[*].time.schedule.frequency",
|
|
71
|
-
"$.message.catalog['bpp/providers'][*].categories[*].time.schedule.holidays[*]",
|
|
72
|
-
"$.message.catalog['bpp/providers'][*].categories[*].time.schedule.times[*]",
|
|
73
|
-
"$.message.catalog['bpp/providers'][*].categories[*].image",
|
|
74
|
-
"$.message.catalog['bpp/providers'][*].categories[*].tags[*].code",
|
|
75
|
-
"$.message.catalog['bpp/providers'][*].categories[*].tags[*].list[*].code",
|
|
76
|
-
"$.message.catalog['bpp/providers'][*].categories[*].tags[*].list[*].name",
|
|
77
|
-
"$.message.catalog['bpp/providers'][*].categories[*].tags[*].list[*].value",
|
|
78
|
-
"$.message.catalog['bpp/providers'][*].creds[*].id",
|
|
79
|
-
"$.message.catalog['bpp/providers'][*].creds[*].descriptor.name",
|
|
80
|
-
"$.message.catalog['bpp/providers'][*].creds[*].descriptor.code",
|
|
81
|
-
"$.message.catalog['bpp/providers'][*].creds[*].descriptor.symbol",
|
|
82
|
-
"$.message.catalog['bpp/providers'][*].creds[*].descriptor.short_desc",
|
|
83
|
-
"$.message.catalog['bpp/providers'][*].creds[*].descriptor.long_desc",
|
|
84
|
-
"$.message.catalog['bpp/providers'][*].creds[*].descriptor.images[*]",
|
|
85
|
-
"$.message.catalog['bpp/providers'][*].creds[*].descriptor.tags[*].code",
|
|
86
|
-
"$.message.catalog['bpp/providers'][*].creds[*].descriptor.tags[*].list[*].code",
|
|
87
|
-
"$.message.catalog['bpp/providers'][*].creds[*].descriptor.tags[*].list[*].name",
|
|
88
|
-
"$.message.catalog['bpp/providers'][*].creds[*].descriptor.tags[*].list[*].value",
|
|
89
|
-
"$.message.catalog['bpp/providers'][*].creds[*].descriptor.additional_desc.content_type",
|
|
90
|
-
"$.message.catalog['bpp/providers'][*].creds[*].url",
|
|
91
|
-
"$.message.catalog['bpp/providers'][*].creds[*].tags.code",
|
|
92
|
-
"$.message.catalog['bpp/providers'][*].creds[*].tags.list[*].code",
|
|
93
|
-
"$.message.catalog['bpp/providers'][*].creds[*].tags.list[*].name",
|
|
94
|
-
"$.message.catalog['bpp/providers'][*].creds[*].tags.list[*].value",
|
|
95
|
-
"$.message.catalog['bpp/providers'][*].fulfillments[*].id",
|
|
96
|
-
"$.message.catalog['bpp/providers'][*].fulfillments[*].type",
|
|
97
|
-
"$.message.catalog['bpp/providers'][*].fulfillments[*].contact.name",
|
|
98
|
-
"$.message.catalog['bpp/providers'][*].fulfillments[*].contact.phone",
|
|
99
|
-
"$.message.catalog['bpp/providers'][*].fulfillments[*].contact.email",
|
|
100
|
-
"$.message.catalog['bpp/providers'][*].locations[*].id",
|
|
101
|
-
"$.message.catalog['bpp/providers'][*].locations[*].descriptor.name",
|
|
102
|
-
"$.message.catalog['bpp/providers'][*].locations[*].descriptor.code",
|
|
103
|
-
"$.message.catalog['bpp/providers'][*].locations[*].descriptor.symbol",
|
|
104
|
-
"$.message.catalog['bpp/providers'][*].locations[*].descriptor.short_desc",
|
|
105
|
-
"$.message.catalog['bpp/providers'][*].locations[*].descriptor.long_desc",
|
|
106
|
-
"$.message.catalog['bpp/providers'][*].locations[*].descriptor.images[*]",
|
|
107
|
-
"$.message.catalog['bpp/providers'][*].locations[*].descriptor.tags[*].code",
|
|
108
|
-
"$.message.catalog['bpp/providers'][*].locations[*].descriptor.tags[*].list[*].code",
|
|
109
|
-
"$.message.catalog['bpp/providers'][*].locations[*].descriptor.tags[*].list[*].name",
|
|
110
|
-
"$.message.catalog['bpp/providers'][*].locations[*].descriptor.tags[*].list[*].value",
|
|
111
|
-
"$.message.catalog['bpp/providers'][*].locations[*].descriptor.additional_desc.content_type",
|
|
112
|
-
"$.message.catalog['bpp/providers'][*].locations[*].gps",
|
|
113
|
-
"$.message.catalog['bpp/providers'][*].locations[*].address.name",
|
|
114
|
-
"$.message.catalog['bpp/providers'][*].locations[*].address.building",
|
|
115
|
-
"$.message.catalog['bpp/providers'][*].locations[*].address.street",
|
|
116
|
-
"$.message.catalog['bpp/providers'][*].locations[*].address.locality",
|
|
117
|
-
"$.message.catalog['bpp/providers'][*].locations[*].address.city",
|
|
118
|
-
"$.message.catalog['bpp/providers'][*].locations[*].address.state",
|
|
119
|
-
"$.message.catalog['bpp/providers'][*].locations[*].address.country",
|
|
120
|
-
"$.message.catalog['bpp/providers'][*].locations[*].address.area_code",
|
|
121
|
-
"$.message.catalog['bpp/providers'][*].locations[*].city.name",
|
|
122
|
-
"$.message.catalog['bpp/providers'][*].locations[*].city.code",
|
|
123
|
-
"$.message.catalog['bpp/providers'][*].locations[*].state.name",
|
|
124
|
-
"$.message.catalog['bpp/providers'][*].locations[*].state.code",
|
|
125
|
-
"$.message.catalog['bpp/providers'][*].locations[*].time.label",
|
|
126
|
-
"$.message.catalog['bpp/providers'][*].locations[*].time.timestamp",
|
|
127
|
-
"$.message.catalog['bpp/providers'][*].locations[*].time.range.start",
|
|
128
|
-
"$.message.catalog['bpp/providers'][*].locations[*].time.range.end",
|
|
129
|
-
"$.message.catalog['bpp/providers'][*].locations[*].time.days",
|
|
130
|
-
"$.message.catalog['bpp/providers'][*].locations[*].time.schedule.frequency",
|
|
131
|
-
"$.message.catalog['bpp/providers'][*].locations[*].time.schedule.holidays[*]",
|
|
132
|
-
"$.message.catalog['bpp/providers'][*].locations[*].time.schedule.times[*]",
|
|
133
|
-
"$.message.catalog['bpp/providers'][*].locations[*].circle.gps",
|
|
134
|
-
"$.message.catalog['bpp/providers'][*].locations[*].circle.radius.type",
|
|
135
|
-
"$.message.catalog['bpp/providers'][*].locations[*].circle.radius.value",
|
|
136
|
-
"$.message.catalog['bpp/providers'][*].locations[*].circle.radius.estimated_value",
|
|
137
|
-
"$.message.catalog['bpp/providers'][*].locations[*].circle.radius.computed_value",
|
|
138
|
-
"$.message.catalog['bpp/providers'][*].locations[*].circle.radius.range.min",
|
|
139
|
-
"$.message.catalog['bpp/providers'][*].locations[*].circle.radius.range.max",
|
|
140
|
-
"$.message.catalog['bpp/providers'][*].locations[*].circle.radius.unit",
|
|
141
|
-
"$.message.catalog['bpp/providers'][*].offers[*].id",
|
|
142
|
-
"$.message.catalog['bpp/providers'][*].offers[*].descriptor.name",
|
|
143
|
-
"$.message.catalog['bpp/providers'][*].offers[*].descriptor.code",
|
|
144
|
-
"$.message.catalog['bpp/providers'][*].offers[*].descriptor.symbol",
|
|
145
|
-
"$.message.catalog['bpp/providers'][*].offers[*].descriptor.short_desc",
|
|
146
|
-
"$.message.catalog['bpp/providers'][*].offers[*].descriptor.long_desc",
|
|
147
|
-
"$.message.catalog['bpp/providers'][*].offers[*].descriptor.images[*]",
|
|
148
|
-
"$.message.catalog['bpp/providers'][*].offers[*].descriptor.tags[*].code",
|
|
149
|
-
"$.message.catalog['bpp/providers'][*].offers[*].descriptor.tags[*].list[*].code",
|
|
150
|
-
"$.message.catalog['bpp/providers'][*].offers[*].descriptor.tags[*].list[*].name",
|
|
151
|
-
"$.message.catalog['bpp/providers'][*].offers[*].descriptor.tags[*].list[*].value",
|
|
152
|
-
"$.message.catalog['bpp/providers'][*].offers[*].descriptor.additional_desc.content_type",
|
|
153
|
-
"$.message.catalog['bpp/providers'][*].offers[*].location_ids[*]",
|
|
154
|
-
"$.message.catalog['bpp/providers'][*].offers[*].category_ids[*]",
|
|
155
|
-
"$.message.catalog['bpp/providers'][*].offers[*].item_ids[*]",
|
|
156
|
-
"$.message.catalog['bpp/providers'][*].offers[*].time.label",
|
|
157
|
-
"$.message.catalog['bpp/providers'][*].offers[*].time.timestamp",
|
|
158
|
-
"$.message.catalog['bpp/providers'][*].offers[*].time.range.start",
|
|
159
|
-
"$.message.catalog['bpp/providers'][*].offers[*].time.range.end",
|
|
160
|
-
"$.message.catalog['bpp/providers'][*].offers[*].time.days",
|
|
161
|
-
"$.message.catalog['bpp/providers'][*].offers[*].time.schedule.frequency",
|
|
162
|
-
"$.message.catalog['bpp/providers'][*].offers[*].time.schedule.holidays[*]",
|
|
163
|
-
"$.message.catalog['bpp/providers'][*].offers[*].time.schedule.times[*]",
|
|
164
|
-
"$.message.catalog['bpp/providers'][*].offers[*].tags[*].code",
|
|
165
|
-
"$.message.catalog['bpp/providers'][*].offers[*].tags[*].list[*].code",
|
|
166
|
-
"$.message.catalog['bpp/providers'][*].offers[*].tags[*].list[*].name",
|
|
167
|
-
"$.message.catalog['bpp/providers'][*].offers[*].tags[*].list[*].value",
|
|
168
|
-
"$.message.catalog['bpp/providers'][*].ttl",
|
|
169
|
-
"$.message.catalog['bpp/providers'][*].tags[*].code",
|
|
170
|
-
"$.message.catalog['bpp/providers'][*].tags[*].list[*].code",
|
|
171
|
-
"$.message.catalog['bpp/providers'][*].tags[*].list[*].name",
|
|
172
|
-
"$.message.catalog['bpp/providers'][*].tags[*].list[*].value",
|
|
173
|
-
"$.message.catalog['bpp/fulfillments'][*].id",
|
|
174
|
-
"$.message.catalog['bpp/fulfillments'][*].type",
|
|
175
|
-
"$.message.catalog['bpp/fulfillments'][*].contact.name",
|
|
176
|
-
"$.message.catalog['bpp/fulfillments'][*].contact.phone",
|
|
177
|
-
"$.message.catalog['bpp/fulfillments'][*].contact.email"
|
|
178
|
-
],
|
|
179
|
-
"items": [
|
|
180
|
-
"$.id",
|
|
181
|
-
"$.parent_item_id",
|
|
182
|
-
"$.descriptor.name",
|
|
183
|
-
"$.descriptor.code",
|
|
184
|
-
"$.descriptor.symbol",
|
|
185
|
-
"$.descriptor.short_desc",
|
|
186
|
-
"$.descriptor.long_desc",
|
|
187
|
-
"$.descriptor.images[*]",
|
|
188
|
-
"$.descriptor.tags[*].code",
|
|
189
|
-
"$.descriptor.tags[*].list[*].code",
|
|
190
|
-
"$.descriptor.tags[*].list[*].name",
|
|
191
|
-
"$.descriptor.tags[*].list[*].value",
|
|
192
|
-
"$.descriptor.additional_desc.content_type",
|
|
193
|
-
"$.price.currency",
|
|
194
|
-
"$.price.value",
|
|
195
|
-
"$.price.maximum_value",
|
|
196
|
-
"$.price.tags[*].code",
|
|
197
|
-
"$.price.tags[*].list[*].code",
|
|
198
|
-
"$.price.tags[*].list[*].name",
|
|
199
|
-
"$.price.tags[*].list[*].value",
|
|
200
|
-
"$.quantity.available.count",
|
|
201
|
-
"$.quantity.maximum.count",
|
|
202
|
-
"$.quantity.unitized.count",
|
|
203
|
-
"$.quantity.unitized.measure.unit",
|
|
204
|
-
"$.quantity.unitized.measure.value",
|
|
205
|
-
"$.quantity.count",
|
|
206
|
-
"$.category_id",
|
|
207
|
-
"$.category_ids[*]",
|
|
208
|
-
"$.fulfillment_id",
|
|
209
|
-
"$.fulfillment_ids[*]",
|
|
210
|
-
"$.replacement_terms[*].replace_within.duration",
|
|
211
|
-
"$.rating",
|
|
212
|
-
"$.location_id",
|
|
213
|
-
"$.time.label",
|
|
214
|
-
"$.time.timestamp",
|
|
215
|
-
"$.time.range.start",
|
|
216
|
-
"$.time.range.end",
|
|
217
|
-
"$.time.days",
|
|
218
|
-
"$.time.schedule.frequency",
|
|
219
|
-
"$.time.schedule.holidays[*]",
|
|
220
|
-
"$.time.schedule.times[*]",
|
|
221
|
-
"$.related",
|
|
222
|
-
"$.recommended",
|
|
223
|
-
"$['@ondc/org/returnable']",
|
|
224
|
-
"$['@ondc/org/seller_pickup_return']",
|
|
225
|
-
"$['@ondc/org/return_window']",
|
|
226
|
-
"$['@ondc/org/cancellable']",
|
|
227
|
-
"$['@ondc/org/time_to_ship']",
|
|
228
|
-
"$['@ondc/org/available_on_cod']",
|
|
229
|
-
"$['@ondc/org/contact_details_consumer_care']",
|
|
230
|
-
"$['@ondc/org/statutory_reqs_packaged_commodities'].common_or_generic_name_of_commodity",
|
|
231
|
-
"$['@ondc/org/statutory_reqs_packaged_commodities'].month_year_of_manufacture_packing_import",
|
|
232
|
-
"$['@ondc/org/statutory_reqs_packaged_commodities'].manufacturer_or_packer_name",
|
|
233
|
-
"$['@ondc/org/statutory_reqs_packaged_commodities'].manufacturer_or_packer_address",
|
|
234
|
-
"$['@ondc/org/statutory_reqs_packaged_commodities'].mfg_license_no",
|
|
235
|
-
"$['@ondc/org/statutory_reqs_packaged_commodities'].multiple_products_name_number_or_qty",
|
|
236
|
-
"$['@ondc/org/statutory_reqs_packaged_commodities'].net_quantity_or_measure_of_commodity_in_pkg",
|
|
237
|
-
"$['@ondc/org/statutory_reqs_packaged_commodities'].expiry_date",
|
|
238
|
-
"$['@ondc/org/statutory_reqs_prepackaged_food'].nutritional_info",
|
|
239
|
-
"$['@ondc/org/statutory_reqs_prepackaged_food'].additives_info",
|
|
240
|
-
"$['@ondc/org/statutory_reqs_prepackaged_food'].brand_owner_FSSAI_license_no",
|
|
241
|
-
"$['@ondc/org/statutory_reqs_prepackaged_food'].other_FSSAI_license_no",
|
|
242
|
-
"$['@ondc/org/statutory_reqs_prepackaged_food'].importer_FSSAI_license_no",
|
|
243
|
-
"$.tags[*].code",
|
|
244
|
-
"$.tags[*].list[*].code",
|
|
245
|
-
"$.tags[*].list[*].name",
|
|
246
|
-
"$.tags[*].list[*].value"
|
|
247
|
-
]
|
|
248
|
-
}
|