Skip to content

Commit 857b512

Browse files
committed
fix(schema): replace MappedItemArray with direct MappedOutputParameter ref
1 parent d1ed91f commit 857b512

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

src/main/resources/schemas/naftiko-schema.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@
418418
"mapping": true,
419419
"const": true,
420420
"items": {
421-
"$ref": "#/$defs/MappedItemArray"
421+
"$ref": "#/$defs/MappedOutputParameter"
422422
}
423423
},
424424
"required": [
@@ -428,14 +428,6 @@
428428
}
429429
]
430430
},
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-
},
439431
"MappedOutputParameter": {
440432
"description": "Inline-mapped output parameter (simple mode). Used when the exposed operation has a single call + with.",
441433
"oneOf": [

0 commit comments

Comments
 (0)