docs: update schema.json

This commit is contained in:
Sina Atalay 2024-05-20 22:44:06 +03:00
parent 57113f4d8f
commit 3755d77c7c
1 changed files with 8 additions and 8 deletions

View File

@ -360,10 +360,10 @@
"title": "Date",
"oneOf": [
{
"type": "integer"
"type": "string"
},
{
"type": "string"
"type": "integer"
},
{
"type": "null"
@ -724,10 +724,10 @@
"title": "Date",
"oneOf": [
{
"type": "integer"
"type": "string"
},
{
"type": "string"
"type": "integer"
},
{
"type": "null"
@ -1420,10 +1420,10 @@
"title": "Date",
"oneOf": [
{
"type": "integer"
"type": "string"
},
{
"type": "string"
"type": "integer"
},
{
"type": "null"
@ -1623,10 +1623,10 @@
"title": "Date",
"oneOf": [
{
"type": "integer"
"type": "string"
},
{
"type": "string"
"type": "integer"
},
{
"type": "null"