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": {
|
"definitions": {
|
||||||
"MyEnum": {
|
"MyEnum": {
|
||||||
"anyOf": [
|
"oneOf": [
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"required": [
|
"required": [
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
"definitions": {
|
"definitions": {
|
||||||
"MyEnum": {
|
"MyEnum": {
|
||||||
"title": "My Amazing Enum",
|
"title": "My Amazing Enum",
|
||||||
"anyOf": [
|
"oneOf": [
|
||||||
{
|
{
|
||||||
"description": "A wrapper around a `String`",
|
"description": "A wrapper around a `String`",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
},
|
},
|
||||||
"definitions": {
|
"definitions": {
|
||||||
"MyEnum": {
|
"MyEnum": {
|
||||||
"anyOf": [
|
"oneOf": [
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"required": [
|
"required": [
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
"minimum": 1.0
|
"minimum": 1.0
|
||||||
},
|
},
|
||||||
"my_nullable_enum": {
|
"my_nullable_enum": {
|
||||||
"anyOf": [
|
"oneOf": [
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"required": [
|
"required": [
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
},
|
},
|
||||||
"definitions": {
|
"definitions": {
|
||||||
"MyEnum": {
|
"MyEnum": {
|
||||||
"anyOf": [
|
"oneOf": [
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"required": [
|
"required": [
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
"definitions": {
|
"definitions": {
|
||||||
"MyEnum": {
|
"MyEnum": {
|
||||||
"title": "My Amazing Enum",
|
"title": "My Amazing Enum",
|
||||||
"anyOf": [
|
"oneOf": [
|
||||||
{
|
{
|
||||||
"description": "A wrapper around a `String`",
|
"description": "A wrapper around a `String`",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
},
|
},
|
||||||
"definitions": {
|
"definitions": {
|
||||||
"MyEnum": {
|
"MyEnum": {
|
||||||
"anyOf": [
|
"oneOf": [
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"required": [
|
"required": [
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
"minimum": 1.0
|
"minimum": 1.0
|
||||||
},
|
},
|
||||||
"my_nullable_enum": {
|
"my_nullable_enum": {
|
||||||
"anyOf": [
|
"oneOf": [
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"required": [
|
"required": [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue