components: schemas: LoginData: type: object additionalProperties: false required: - login - password properties: login: type: string format: email password: type: string format: password locale: type: string