{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/api_password_v1_SHA512Config",
"title": "api_password_v1_SHA512Config",
"type": "object",
"properties": {
"prepend_salt": {
"type": "string",
"description": "The salt that should be prepended to the migrated password."
},
"append_salt": {
"type": "string",
"description": "The salt that should be appended to the migrated password."
}
},
"required": [
"prepend_salt",
"append_salt"
]
}