Commit 5783ae3
fix: JsonPath uses original JSON keys, export value MaxOccurs must be 0
- Import mapping JsonPath must use original JSON key path (not ExposedName)
for both object and value elements. ExposedName is a display name that
goes in the ExposedName field, not in JsonPath.
- Export value element MaxOccurs changed from 1 to 0 to match JSON
structure elements created by our snippet builder.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent b354224 commit 5783ae3
File tree
2 files changed
+5
-9
lines changed- mdl/executor
- sdk/mpr
2 files changed
+5
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
287 | 287 | | |
288 | 288 | | |
289 | 289 | | |
290 | | - | |
| 290 | + | |
291 | 291 | | |
| 292 | + | |
292 | 293 | | |
293 | 294 | | |
294 | | - | |
295 | 295 | | |
296 | 296 | | |
297 | | - | |
298 | 297 | | |
299 | | - | |
300 | | - | |
301 | 298 | | |
302 | 299 | | |
303 | 300 | | |
| |||
321 | 318 | | |
322 | 319 | | |
323 | 320 | | |
324 | | - | |
325 | | - | |
| 321 | + | |
326 | 322 | | |
327 | 323 | | |
328 | 324 | | |
329 | | - | |
| 325 | + | |
330 | 326 | | |
331 | 327 | | |
332 | 328 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
168 | | - | |
| 168 | + | |
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
| |||
0 commit comments