{ "type": "object", "properties": { "username": { "type": "string" }, "password": { "type": "string" }, "grant_type":{ "type":"string" } }, "required": [ "username", "password", "grant_type" ] }