-
Notifications
You must be signed in to change notification settings - Fork 202
Open
Description
When you request to /characters/amber, the response contains
{
...
gender: "Female",
specialDish: "Outrider's Champion Steak!",
...
}which in the other request it doesn't exists.
And in some endpoints e.g. /characters/keqing or /characters/jean the response contain
{
outfits: [
{
...
}
]
}which in the other request isn't present.
And other things like:
nationkey in/characters/aloyhas'Unknown'string valuebirthdaykey in/characters/traveler(s) is missingaffilationkey in/characters/traveler(s) has'Not affilated to any Nation'string value
Is it better that if the missing key should be nullable instead of undefined or having an empty string?
Metadata
Metadata
Assignees
Labels
No labels