Commit 517ce4e5 authored by Rémy Coutable's avatar Rémy Coutable

Remove `organization` from the user JSON API schema

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 390f8bc7
......@@ -16,7 +16,6 @@
"linkedin",
"twitter",
"website_url",
"organization",
"last_sign_in_at",
"confirmed_at",
"theme_id",
......
......@@ -16,7 +16,6 @@
"linkedin",
"twitter",
"website_url",
"organization",
"last_sign_in_at",
"confirmed_at",
"theme_id",
......@@ -51,7 +50,6 @@
"linkedin": { "type": "string" },
"twitter": { "type": "string "},
"website_url": { "type": "string" },
"organization": { "type": ["string", "null"] },
"last_sign_in_at": { "type": "date" },
"confirmed_at": { "type": ["date", "null"] },
"theme_id": { "type": "integer" },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment