user-name-response is a JSON Structure definition published by GitHub, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/github/refs/heads/main/json-structure/github-scim-user-name-response-structure.json",
"name": "user-name-response",
"description": "user-name-response from GitHub API",
"type": "object",
"properties": {
"formatted": {
"type": "string",
"description": "The full name, including all middle names, titles, and suffixes as appropriate, formatted for display.",
"example": "Ms. Mona Lisa Octocat"
},
"familyName": {
"type": "string",
"description": "The family name of the user.",
"example": "Octocat"
},
"givenName": {
"type": "string",
"description": "The given name of the user.",
"example": "Mona"
},
"middleName": {
"type": "string",
"description": "The middle name(s) of the user.",
"example": "Lisa"
}
}
}
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.