{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PasswordCredentialHash", "title": "PasswordCredentialHash", "type": "object", "properties": { "algorithm": { "$ref": "#/components/schemas/PasswordCredentialHashAlgorithm" }, "salt": { "type": "string" }, "saltOrder": { "type": "string" }, "value": { "type": "string" }, "workFactor": { "type": "integer" } }, "x-okta-tags": [ "User" ] }