{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PasswordCredential", "title": "PasswordCredential", "type": "object", "properties": { "hash": { "$ref": "#/components/schemas/PasswordCredentialHash" }, "hook": { "$ref": "#/components/schemas/PasswordCredentialHook" }, "value": { "type": "string", "format": "password" } }, "x-okta-tags": [ "User" ] }