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