Validate API Objects against the Google Discovery API
logger = Logger.new(STDOUT, :level => Logger::ERROR) schema_name = 'batch_update_spreadsheet_request' object = { 'requests' => [] } SheetsV4::ApiObjectValidation::ValidateApiObject.new(logger:).call(schema_name:, object:)