We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1ed91f commit 857b512Copy full SHA for 857b512
1 file changed
src/main/resources/schemas/naftiko-schema.json
@@ -418,7 +418,7 @@
418
"mapping": true,
419
"const": true,
420
"items": {
421
- "$ref": "#/$defs/MappedItemArray"
+ "$ref": "#/$defs/MappedOutputParameter"
422
}
423
},
424
"required": [
@@ -428,14 +428,6 @@
428
429
]
430
431
- "MappedItemArray": {
432
- "type": "array",
433
- "description": "Describes the shape of items inside an array output parameter.",
434
- "items": {
435
- "$ref": "#/$defs/MappedOutputParameter"
436
- },
437
- "minItems": 1
438
439
"MappedOutputParameter": {
440
"description": "Inline-mapped output parameter (simple mode). Used when the exposed operation has a single call + with.",
441
"oneOf": [
0 commit comments