{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/customerAuthentication_PostPut", "title": "customerAuthentication_PostPut", "allOf": [ { "properties": { "force_password_reset": { "description": "If `true`, this customer will be forced to change password on next login.", "type": "boolean" } } }, { "properties": { "new_password": { "description": "New password for customer. Write only field.", "type": "string" } } } ], "type": "object", "x-internal": false }