Update examples

This commit is contained in:
Graham Esau 2020-02-29 19:57:18 +00:00
parent c76ea691c7
commit 39918ba06c
7 changed files with 7 additions and 14 deletions

View file

@ -43,8 +43,7 @@ fn main() {
"type": "object", "type": "object",
"required": [ "required": [
"my_bool", "my_bool",
"my_int", "my_int"
"my_nullable_enum"
], ],
"properties": { "properties": {
"my_bool": { "my_bool": {

View file

@ -4,8 +4,7 @@
"type": "object", "type": "object",
"required": [ "required": [
"my_bool", "my_bool",
"my_int", "my_int"
"my_nullable_enum"
], ],
"properties": { "properties": {
"my_bool": { "my_bool": {

View file

@ -5,8 +5,7 @@
"type": "object", "type": "object",
"required": [ "required": [
"my_bool", "my_bool",
"my_int", "my_int"
"my_nullable_enum"
], ],
"properties": { "properties": {
"my_bool": { "my_bool": {

View file

@ -4,8 +4,7 @@
"type": "object", "type": "object",
"required": [ "required": [
"my_bool", "my_bool",
"my_int", "my_int"
"my_nullable_enum"
], ],
"properties": { "properties": {
"my_bool": { "my_bool": {

View file

@ -4,8 +4,7 @@
"type": "object", "type": "object",
"required": [ "required": [
"my_bool", "my_bool",
"my_int", "my_int"
"my_nullable_enum"
], ],
"properties": { "properties": {
"my_bool": { "my_bool": {

View file

@ -5,8 +5,7 @@
"type": "object", "type": "object",
"required": [ "required": [
"my_bool", "my_bool",
"my_int", "my_int"
"my_nullable_enum"
], ],
"properties": { "properties": {
"my_bool": { "my_bool": {

View file

@ -4,8 +4,7 @@
"type": "object", "type": "object",
"required": [ "required": [
"my_bool", "my_bool",
"my_int", "my_int"
"my_nullable_enum"
], ],
"properties": { "properties": {
"my_bool": { "my_bool": {