schema
            .validateAsync(game)
            .then((result) => {
                resolve(result.value);
            })