{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "BasicAuthData", "type": "object", "properties": { "hash_type": { "type": "string" }, "password": { "type": "string" } } }