We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d847c3b commit 333c51fCopy full SHA for 333c51f
versions/3.1.1.md
@@ -2800,11 +2800,15 @@ components:
2800
- number
2801
oneOf:
2802
- properties:
2803
- dataType: {const: string}
2804
- data: {$ref: array_of_strings}
+ dataType:
+ const: string
2805
+ data:
2806
+ $ref: array_of_strings
2807
- dataType: {const: number}
- data: {$ref: array_of_numbers}
2808
2809
+ const: number
2810
2811
+ $ref: array_of_numbers
2812
```
2813
2814
#### <a name="discriminatorObject"></a>Discriminator Object
0 commit comments