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#"
|