summaryrefslogtreecommitdiff
path: root/spec/fixtures/api/schemas/user/login.json
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fixtures/api/schemas/user/login.json')
-rw-r--r--spec/fixtures/api/schemas/user/login.json37
1 files changed, 0 insertions, 37 deletions
diff --git a/spec/fixtures/api/schemas/user/login.json b/spec/fixtures/api/schemas/user/login.json
deleted file mode 100644
index e6c1d9c9d84..00000000000
--- a/spec/fixtures/api/schemas/user/login.json
+++ /dev/null
@@ -1,37 +0,0 @@
-{
- "type": "object",
- "required": [
- "id",
- "username",
- "email",
- "name",
- "state",
- "avatar_url",
- "web_url",
- "created_at",
- "is_admin",
- "bio",
- "location",
- "skype",
- "linkedin",
- "twitter",
- "website_url",
- "organization",
- "last_sign_in_at",
- "confirmed_at",
- "theme_id",
- "color_scheme_id",
- "projects_limit",
- "current_sign_in_at",
- "identities",
- "can_create_group",
- "can_create_project",
- "two_factor_enabled",
- "external",
- "private_token"
- ],
- "properties": {
- "$ref": "full.json",
- "private_token": { "type": "string" }
- }
-}