{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/authentication", "title": "authentication", "type": "object", "properties": { "force_reset": { "type": "string" }, "password": { "type": "string" }, "password_confirmation": { "type": "string" } }, "description": "Not returned in any responses, but accepts up to two fields allowing you to set the customer\u2019s password. If a password is not supplied, it is generated automatically. For further information about using this object, please see the Customers resource documentation.", "x-internal": false }