Skip to content

Commit 6020381

Browse files
committed
[rust] Fix incorrect object ref notation in test YAML
1 parent 253f4c6 commit 6020381

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

modules/openapi-generator/src/test/resources/3_1/issue_23278.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ components:
1212
oneOf:
1313
- type: array
1414
items:
15-
type: TestObject
15+
$ref: '#/components/schemas/TestObject'
1616
- type: array
1717
items:
18-
type: TestArray
18+
$ref: '#/components/schemas/TestArray'
1919
TestObject:
2020
type: object
2121
properties:

0 commit comments

Comments
 (0)