close issue #684

This commit is contained in:
Erkin Alp Güney
2022-03-14 19:45:25 +03:00
parent 771e9c1cae
commit aa7a5b126b
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -2960,7 +2960,7 @@
"type": {
"type": "string"
},
"verifie": {
"verified": {
"type": "boolean"
},
"visibility": {
@@ -2980,7 +2980,7 @@
"type",
"user",
"user_id",
"verifie",
"verified",
"visibility"
]
},
+2 -2
View File
@@ -355,11 +355,11 @@
"type": {
"type": "string"
},
"verifie": {
"verified": {
"type": "boolean"
}
},
"required": ["name", "type", "verifie"]
"required": ["name", "type", "verified"]
}
},
"$schema": "http://json-schema.org/draft-07/schema#"