{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/FormFieldPasswordConfigHashEnum", "title": "FormFieldPasswordConfigHashEnum", "type": "string", "enum": [ "NONE", "MD5", "SHA1", "SHA256", "SHA512" ] }