return redfish.validateSchema(record, 'Event.v1_1_2.json#/definitions/EventRecord') //jshint ignore: line
                    .then(function(result) {
                        if(result.error) {
                            throw new Error(result.error);
                        }