{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "PasswordInput", "description": "Input for the password set policy.", "type": "object", "required": [ "password" ], "properties": { "password": { "type": "string" } } }