Skip to content

Commit 333c51f

Browse files
handrewsralfhandl
andauthored
Update versions/3.1.1.md
Co-authored-by: Ralf Handl <[email protected]>
1 parent d847c3b commit 333c51f

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

versions/3.1.1.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2800,11 +2800,15 @@ components:
28002800
- number
28012801
oneOf:
28022802
- properties:
2803-
dataType: {const: string}
2804-
data: {$ref: array_of_strings}
2803+
dataType:
2804+
const: string
2805+
data:
2806+
$ref: array_of_strings
28052807
- properties:
2806-
dataType: {const: number}
2807-
data: {$ref: array_of_numbers}
2808+
dataType:
2809+
const: number
2810+
data:
2811+
$ref: array_of_numbers
28082812
```
28092813
28102814
#### <a name="discriminatorObject"></a>Discriminator Object

0 commit comments

Comments
 (0)