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",
"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"] },