Update examples
This commit is contained in:
parent
c76ea691c7
commit
39918ba06c
7 changed files with 7 additions and 14 deletions
|
@ -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": {
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue