Update examples after 0a1200b

This commit is contained in:
Graham Esau 2021-11-14 19:05:09 +00:00
parent d059686da8
commit 6f39a13724
8 changed files with 8 additions and 8 deletions

View file

@ -25,7 +25,7 @@
},
"definitions": {
"MyEnum": {
"anyOf": [
"oneOf": [
{
"type": "object",
"required": [

View file

@ -33,7 +33,7 @@
"definitions": {
"MyEnum": {
"title": "My Amazing Enum",
"anyOf": [
"oneOf": [
{
"description": "A wrapper around a `String`",
"type": "object",

View file

@ -27,7 +27,7 @@
},
"definitions": {
"MyEnum": {
"anyOf": [
"oneOf": [
{
"type": "object",
"required": [

View file

@ -18,7 +18,7 @@
"minimum": 1.0
},
"my_nullable_enum": {
"anyOf": [
"oneOf": [
{
"type": "object",
"required": [