{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PasswordCredentialHashAlgorithm", "title": "PasswordCredentialHashAlgorithm", "type": "string", "enum": [ "BCRYPT", "SHA-512", "SHA-256", "SHA-1", "MD5" ], "x-okta-tags": [ "User" ] }