{ "$schema": "http://json-schema.org/draft-07/schema#", "properties": { "apiKey": { "type": "string" } }, "required": [ "apiKey" ], "title": "LoginApiKeyParams", "type": "object" }