schema update

This commit is contained in:
Satr14 2024-10-25 22:19:02 +07:00 committed by GitHub
commit 03e2eca4b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,5 @@
{ {
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object", "type": "object",
"properties": { "properties": {
"description": { "description": {
@ -11,7 +12,10 @@
"type": "string" "type": "string"
} }
}, },
"required": ["username"] "required": ["username"],
"additionalProperties": {
"type": "string"
}
}, },
"record": { "record": {
"type": "object", "type": "object",
@ -67,6 +71,7 @@
} }
} }
}, },
"required": [],
"anyOf": [ "anyOf": [
{ "required": ["A"] }, { "required": ["A"] },
{ "required": ["AAAA"] }, { "required": ["AAAA"] },