{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "UpdateUserProfile", "type": "object", "description": "The request object for updating a enrolled user onto Carbon Calculator Experience platform.", "properties": { "locale": { "type": "string", "description": "Updating User locale which is registered with issuer." } } }