{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "mb_password_complexity": { "title": "Password complexity", "description": "Check Metabase documentation for more details.", "type": "string", "default": "normal", "enum": [ "weak", "normal", "strong", ] }, "mb_password_length": { "title": "Password length", "description": "Password length", "type": "integer", "default": 6, } } }