From 0dc8f4f0cb4018e7fee3a63cad901805b25785b6 Mon Sep 17 00:00:00 2001 From: chen Date: Sat, 1 Aug 2020 13:43:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20schema=20=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- schemas/form/date-range.json | 4 ++-- schemas/form/email.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/schemas/form/date-range.json b/schemas/form/date-range.json index 4b2c2d9e..39df84e2 100644 --- a/schemas/form/date-range.json +++ b/schemas/form/date-range.json @@ -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": { diff --git a/schemas/form/email.json b/schemas/form/email.json index 42c66c69..084b46d4 100644 --- a/schemas/form/email.json +++ b/schemas/form/email.json @@ -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,