summary refs log tree commit diff
path: root/api
diff options
context:
space:
mode:
authorErkin Alp Güney <erkinalp9035@gmail.com>2022-03-14 19:45:25 +0300
committerErkin Alp Güney <erkinalp9035@gmail.com>2022-03-14 19:45:25 +0300
commit45e452244302c9691c1f7eff7326dc0eae4bdf06 (patch)
tree61f6e62aadab7cba934dba02cfc6bfd1e11955ff /api
parentUpdate Rights.ts (diff)
downloadserver-45e452244302c9691c1f7eff7326dc0eae4bdf06.tar.xz
close issue #684
Diffstat (limited to 'api')
-rw-r--r--api/assets/openapi.json4
-rw-r--r--api/assets/schemas.json4
2 files changed, 4 insertions, 4 deletions
diff --git a/api/assets/openapi.json b/api/assets/openapi.json

index 03550323..8e2a54cf 100644 --- a/api/assets/openapi.json +++ b/api/assets/openapi.json
@@ -2960,7 +2960,7 @@ "type": { "type": "string" }, - "verifie": { + "verified": { "type": "boolean" }, "visibility": { @@ -2980,7 +2980,7 @@ "type", "user", "user_id", - "verifie", + "verified", "visibility" ] }, diff --git a/api/assets/schemas.json b/api/assets/schemas.json
index d531df21..441752ad 100644 --- a/api/assets/schemas.json +++ b/api/assets/schemas.json
@@ -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#"