We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e03b62 commit 349dc4bCopy full SHA for 349dc4b
1 file changed
.openapi/kas-fleet-manager.yaml
@@ -1564,9 +1564,8 @@ components:
1564
type: string
1565
collections:
1566
type: array
1567
- items:
1568
- allOf:
1569
- - $ref: "#/components/schemas/ObjectReference"
+ items: # removed allOf to workaround this issue: https://github.com/microsoft/kiota/issues/2442
+ $ref: "#/components/schemas/ObjectReference"
1570
KafkaRequestPayload:
1571
description: Schema for the request body sent to /kafkas POST
1572
required:
0 commit comments