CommitAvatarRequestBody
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/CommitAvatarRequestBody.jsonkeystringrequired
Object key returned by the presign-upload call after the SPA's direct PUT succeeded
Possible values: non-empty
CommitAvatarRequestBody
{
"$schema": "https://example.com/schemas/CommitAvatarRequestBody.json",
"key": "string"
}