{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/User--Mini",
"title": "User (Mini)",
"type": "object",
"x-box-resource-id": "user--mini",
"x-box-variant": "mini",
"description": "A mini representation of a user, as can be returned when nested within other\nresources.",
"allOf": [
{
"$ref": "#/components/schemas/User--Base"
},
{
"properties": {
"name": {
"type": "string",
"description": "The display name of this user",
"example": "Aaron Levie",
"maxLength": 50,
"nullable": false
},
"login": {
"type": "string",
"format": "email",
"description": "The primary email address of this user",
"example": "ceo@example.com",
"nullable": false
}
}
}
]
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.