From 03e2eca4b3666719ec0c59c3f16e55d4c8ed123e Mon Sep 17 00:00:00 2001 From: Satr14 <90962949+SX-9@users.noreply.github.com> Date: Fri, 25 Oct 2024 22:19:02 +0700 Subject: [PATCH] schema update --- schema.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/schema.json b/schema.json index e553c41..a33e938 100644 --- a/schema.json +++ b/schema.json @@ -1,4 +1,5 @@ { + "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "description": { @@ -11,7 +12,10 @@ "type": "string" } }, - "required": ["username"] + "required": ["username"], + "additionalProperties": { + "type": "string" + } }, "record": { "type": "object", @@ -67,6 +71,7 @@ } } }, + "required": [], "anyOf": [ { "required": ["A"] }, { "required": ["AAAA"] },