forked from p96170835/amis
修复 schema 错误
This commit is contained in:
parent
d5594b6fd3
commit
0dc8f4f0cb
|
@ -3,7 +3,7 @@
|
|||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"allOf": [
|
||||
{
|
||||
"$ref": "https://houtai.baidu.com/v2/schemas/form.json#/definitions/item"
|
||||
"$ref": "https://houtai.baidu.com/v2/schemas/form/date-range.json#/definitions/common"
|
||||
},
|
||||
{
|
||||
"additionalProperties": false,
|
||||
|
@ -32,7 +32,7 @@
|
|||
"description": "日期范围格式说明",
|
||||
"allOf": [
|
||||
{
|
||||
"$ref": "https://houtai.baidu.com/v2/schemas/form/date-range.json#/definitions/common"
|
||||
"$ref": "https://houtai.baidu.com/v2/schemas/form.json#/definitions/item"
|
||||
},
|
||||
{
|
||||
"properties": {
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"allOf": [
|
||||
{
|
||||
"$ref": "https://houtai.baidu.com/v2/schemas/form.json#/definitions/item"
|
||||
"$ref": "https://houtai.baidu.com/v2/schemas/form/email.json#/definitions/common"
|
||||
},
|
||||
{
|
||||
"additionalProperties": false,
|
||||
|
|
Loading…
Reference in New Issue