Name is a JSON Structure definition published by Amazon IAM Identity Center, describing 6 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/amazon-iam-identity-center/refs/heads/main/json-structure/identitystore-name-structure.json",
"name": "Name",
"description": "The full name of the user.",
"type": "object",
"properties": {
"Formatted": {
"allOf": [
{
"$ref": "#/components/schemas/SensitiveStringType"
},
{
"description": "A string containing a formatted version of the name for display."
}
]
},
"FamilyName": {
"allOf": [
{
"$ref": "#/components/schemas/SensitiveStringType"
},
{
"description": "The family name of the user."
}
]
},
"GivenName": {
"allOf": [
{
"$ref": "#/components/schemas/SensitiveStringType"
},
{
"description": "The given name of the user."
}
]
},
"MiddleName": {
"allOf": [
{
"$ref": "#/components/schemas/SensitiveStringType"
},
{
"description": "The middle name of the user."
}
]
},
"HonorificPrefix": {
"allOf": [
{
"$ref": "#/components/schemas/SensitiveStringType"
},
{
"description": "The honorific prefix of the user. For example, \"Dr.\""
}
]
},
"HonorificSuffix": {
"allOf": [
{
"$ref": "#/components/schemas/SensitiveStringType"
},
{
"description": "The honorific suffix of the user. For example, \"M.D.\""
}
]
}
}
}
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.