Skip to content
Snippets Groups Projects

feat: Add missing fields to EfUser model

14 files
+ 93
40
Compare changes
  • Side-by-side
  • Inline
Files
14
+ 20
10
@@ -513,7 +513,7 @@ components:
items:
$ref: "#/components/schemas/EfUser"
example:
- uid: 606609
- uid: "606609"
name: zacharysabourin
mail: zachary.sabourin@eclipse-foundation.org
picture: https://secure.gravatar.com/avatar/fbbbb03860062596a5cf11105dcc7d47.jpg?d=mm&s=185&r=G
@@ -553,7 +553,7 @@ components:
type: object
properties:
uid:
type: integer
type: string
description: "The unique user id."
name:
type: string
@@ -600,7 +600,7 @@ components:
description: "The user's organization."
org_id:
oneOf:
- type: string
- type: integer
- type: "null"
description: The user's organization id.
job_title:
@@ -622,15 +622,25 @@ components:
type: string
description: "A list of the user's interests."
working_groups_interests:
type: array
items:
type: string
oneOf:
- type: "null"
- type: array
description: "A list of the user's working group interests."
forums_url:
public_fields:
oneOf:
- type: "null"
- type: array
description: "A list of the user's public fields."
mail_history:
oneOf:
- type: string
- type: "null"
description: "The user's forum URL."
- type: array
description: "A list of the user's email history."
mail_alternate:
oneOf:
- type: "null"
- type: array
description: "A list of the user's alternate emails."
gerrit_url:
oneOf:
- type: string
@@ -652,7 +662,7 @@ components:
- type: "null"
description: "The user's Marketplace favorites URL."
example:
uid: 606609
uid: "606609"
name: zacharysabourin
mail: zachary.sabourin@eclipse-foundation.org
picture: https://secure.gravatar.com/avatar/fbbbb03860062596a5cf11105dcc7d47.jpg?d=mm&s=185&r=G
Loading