{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "UserProfile", "type": "object", "description": "The request object for enrolling a new user to Carbon Calculator Experience API.", "properties": { "cardholderName": { "type": "string", "description": "Name of the card-holder. (format- First Name Last Name)" }, "locale": { "type": "string", "description": "User locale which is registered with Issuer." } } }