{ "type": "object", "name": "AuthenticateRequest", "properties": { "username": { "type": "string" }, "password": { "type": "string" } }, "required": [ "username", "password" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }