Update examples after 0a1200b
This commit is contained in:
parent
d059686da8
commit
6f39a13724
8 changed files with 8 additions and 8 deletions
|
@ -25,7 +25,7 @@
|
|||
},
|
||||
"definitions": {
|
||||
"MyEnum": {
|
||||
"anyOf": [
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "object",
|
||||
"required": [
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
"definitions": {
|
||||
"MyEnum": {
|
||||
"title": "My Amazing Enum",
|
||||
"anyOf": [
|
||||
"oneOf": [
|
||||
{
|
||||
"description": "A wrapper around a `String`",
|
||||
"type": "object",
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
},
|
||||
"definitions": {
|
||||
"MyEnum": {
|
||||
"anyOf": [
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "object",
|
||||
"required": [
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
"minimum": 1.0
|
||||
},
|
||||
"my_nullable_enum": {
|
||||
"anyOf": [
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "object",
|
||||
"required": [
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
},
|
||||
"definitions": {
|
||||
"MyEnum": {
|
||||
"anyOf": [
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "object",
|
||||
"required": [
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
"definitions": {
|
||||
"MyEnum": {
|
||||
"title": "My Amazing Enum",
|
||||
"anyOf": [
|
||||
"oneOf": [
|
||||
{
|
||||
"description": "A wrapper around a `String`",
|
||||
"type": "object",
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
},
|
||||
"definitions": {
|
||||
"MyEnum": {
|
||||
"anyOf": [
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "object",
|
||||
"required": [
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
"minimum": 1.0
|
||||
},
|
||||
"my_nullable_enum": {
|
||||
"anyOf": [
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "object",
|
||||
"required": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue